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

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_401'^^xsd:string;
  dwc:scientificName 'Arete tenuuisetis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '339091'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130415'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_506'^^xsd:string;
  dwc:scientificName 'Magelona rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130273'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_515'^^xsd:string;
  dwc:scientificName 'Monticellina dorsobranchialis '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129972'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '884702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_520'^^xsd:string;
  dwc:scientificName 'Nephtys caeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130355'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_402'^^xsd:string;
  dwc:scientificName 'Aricidea (Acmira) lopezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 3'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333036'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333036'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_467'^^xsd:string;
  dwc:scientificName 'Glycera convoluta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130120'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_527'^^xsd:string;
  dwc:scientificName 'Nephtys picta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '157501'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157501'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_578'^^xsd:string;
  dwc:scientificName 'Piromis roberti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '334533'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '334533'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_574'^^xsd:string;
  dwc:scientificName 'Pectinaria (amphictene) auricoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130590'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_565'^^xsd:string;
  dwc:scientificName 'Tharyx killariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '152269'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152269'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_554'^^xsd:string;
  dwc:scientificName 'Sigambra tentaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130703'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_555'^^xsd:string;
  dwc:scientificName 'Sigambra tentaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130703'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_546'^^xsd:string;
  dwc:scientificName 'Prionospio multibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131160'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131160'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_549'^^xsd:string;
  dwc:scientificName 'Pseudoleiocapitella fauveli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129909'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129909'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_544'^^xsd:string;
  dwc:scientificName 'Prionospio cirrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131153'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131153'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_535'^^xsd:string;
  dwc:scientificName 'Prionospio (Prionospio) dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131155'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131155'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_536'^^xsd:string;
  dwc:scientificName 'Prionospio (Prionospio) steenstrupi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131164'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_407'^^xsd:string;
  dwc:scientificName 'Aricidea (Allia) belgicae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '182987'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '886741'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_410'^^xsd:string;
  dwc:scientificName 'Aricidea cerrutii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130555'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '525497'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_414'^^xsd:string;
  dwc:scientificName 'Aricidea claudiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130557'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '734522'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_421'^^xsd:string;
  dwc:scientificName 'Aricidea suecica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130572'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '734532'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_422'^^xsd:string;
  dwc:scientificName 'Aricidea suecica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130572'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '734532'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_425'^^xsd:string;
  dwc:scientificName 'Aricidea wassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130575'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_426'^^xsd:string;
  dwc:scientificName 'Aricidea wassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130575'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_465'^^xsd:string;
  dwc:scientificName 'Eulalia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129445'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129445'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_466'^^xsd:string;
  dwc:scientificName 'Eunice sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_460'^^xsd:string;
  dwc:scientificName 'Euclymene lumbricoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130293'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '209899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_455'^^xsd:string;
  dwc:scientificName 'Eteone lacteal'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '155176'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '146984'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_444'^^xsd:string;
  dwc:scientificName 'Chaetozone setosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 2'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129955'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129955'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_445'^^xsd:string;
  dwc:scientificName 'Chone filicaudata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130890'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130890'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_432'^^xsd:string;
  dwc:scientificName 'Armandia cirrhosa '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 3'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130485'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_482'^^xsd:string;
  dwc:scientificName 'Levinsenia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 3'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130578'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130578'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_484'^^xsd:string;
  dwc:scientificName 'Levinsenia reducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '421033'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '421033'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_472'^^xsd:string;
  dwc:scientificName 'Grubeosyllis tenucirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '238510'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '195992'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_475'^^xsd:string;
  dwc:scientificName 'Hydroides elegans '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131002'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131002'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_480'^^xsd:string;
  dwc:scientificName 'Leitoscoloplos fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '157447'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.463225"^^xsd:decimal ;
  dwc:decimalLongitude "30.46566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.463225 30.46566)"^^geo:wktLiteral ;
  geo-pos:lat "31.463225"^^xsd:decimal ;
  geo-pos:long "30.46566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_481'^^xsd:string;
  dwc:scientificName 'Levinsenia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 1'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.46566'^^xsd:double;
  dwc:latitude '31.463225'^^xsd:double;
  dwc:minimumDepth '30.5'^^xsd:double;
  dwc:maximumDepth '30.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130578'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130578'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_400'^^xsd:string;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_498'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_502'^^xsd:string;
  dwc:scientificName 'Magelona capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '329128'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '329128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_504'^^xsd:string;
  dwc:scientificName 'Magelona papillicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130272'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_558'^^xsd:string;
  dwc:scientificName 'Sigambra tentaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130703'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "20.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_539'^^xsd:string;
  dwc:scientificName 'Prionospio (Prionospio) steenstrupi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 8'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '20.5'^^xsd:double;
  dwc:maximumDepth '20.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131164'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_403'^^xsd:string;
  dwc:scientificName 'Aricidea (Acmira) lopezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333036'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333036'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "12.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_417'^^xsd:string;
  dwc:scientificName 'Aricidea simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 9'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '12.1'^^xsd:double;
  dwc:maximumDepth '12.1'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333037'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333037'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "20.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_404'^^xsd:string;
  dwc:scientificName 'Aricidea (Acmira) lopezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 8'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '20.5'^^xsd:double;
  dwc:maximumDepth '20.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333036'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333036'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "12.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_405'^^xsd:string;
  dwc:scientificName 'Aricidea (Acmira) lopezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 9'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '12.1'^^xsd:double;
  dwc:maximumDepth '12.1'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333036'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333036'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "20.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_428'^^xsd:string;
  dwc:scientificName 'Aricidea wassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 8'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '20.5'^^xsd:double;
  dwc:maximumDepth '20.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130575'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "12.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_429'^^xsd:string;
  dwc:scientificName 'Aricidea wassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 9'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '12.1'^^xsd:double;
  dwc:maximumDepth '12.1'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130575'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "12.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_461'^^xsd:string;
  dwc:scientificName 'Euclymene lumbricoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 9'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '12.1'^^xsd:double;
  dwc:maximumDepth '12.1'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130293'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '209899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "20.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_463'^^xsd:string;
  dwc:scientificName 'Euclymene oerstedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 8'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '20.5'^^xsd:double;
  dwc:maximumDepth '20.5'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '157376'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130294'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "12.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_456'^^xsd:string;
  dwc:scientificName 'Eteone lacteal'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 9'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '12.1'^^xsd:double;
  dwc:maximumDepth '12.1'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '155176'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '146984'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_443'^^xsd:string;
  dwc:scientificName 'Ceratocephale sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129371'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129371'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_486'^^xsd:string;
  dwc:scientificName 'Levinsenia reducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '421033'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '421033'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.596083"^^xsd:decimal ;
  dwc:decimalLongitude "31.144752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "31.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.596083 31.144752)"^^geo:wktLiteral ;
  geo-pos:lat "31.596083"^^xsd:decimal ;
  geo-pos:long "31.144752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_489'^^xsd:string;
  dwc:scientificName 'Lumbrineris coccinea '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 7'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.144752'^^xsd:double;
  dwc:latitude '31.596083'^^xsd:double;
  dwc:minimumDepth '31.6'^^xsd:double;
  dwc:maximumDepth '31.6'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130242'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130242'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_397'^^xsd:string;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_398'^^xsd:string;
  dwc:scientificName 'Ancistrosyllis groenlandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130695'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_399'^^xsd:string;
  dwc:scientificName 'Apoprionospio pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131108'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_496'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_497'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_521'^^xsd:string;
  dwc:scientificName 'Nephtys caeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130355'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_395'^^xsd:string;
  dwc:scientificName 'Aglaophamus paucilamellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '326247'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326247'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_579'^^xsd:string;
  dwc:scientificName 'Pista cristata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_577'^^xsd:string;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_559'^^xsd:string;
  dwc:scientificName 'Sphaerosyllis thomasi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131396'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_556'^^xsd:string;
  dwc:scientificName 'Sigambra tentaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130703'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_557'^^xsd:string;
  dwc:scientificName 'Sigambra tentaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130703'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_572'^^xsd:string;
  dwc:scientificName 'Parapionosyllis labronica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131339'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_573'^^xsd:string;
  dwc:scientificName 'Parathelepus collaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131512'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131512'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_571'^^xsd:string;
  dwc:scientificName 'Onuphis eremita '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130470'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_564'^^xsd:string;
  dwc:scientificName 'Terebellides stroemiii '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131573'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131573'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_567'^^xsd:string;
  dwc:scientificName 'Typosyllis rosea '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '238665'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131454'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_566'^^xsd:string;
  dwc:scientificName 'Travisia forbesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130512'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130512'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_528'^^xsd:string;
  dwc:scientificName 'Nephtys simoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '329561'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '329561'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_530'^^xsd:string;
  dwc:scientificName 'Notomastus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '173045'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_553'^^xsd:string;
  dwc:scientificName 'Scoloplos (Leodamas) rubra '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '334767'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1346052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_550'^^xsd:string;
  dwc:scientificName 'Pseudoleiocapitella fauveli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129909'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129909'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_542'^^xsd:string;
  dwc:scientificName 'Prionospio aucklandica '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '338527'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '338527'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_545'^^xsd:string;
  dwc:scientificName 'Prionospio cirrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131153'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131153'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_537'^^xsd:string;
  dwc:scientificName 'Prionospio (Prionospio) steenstrupi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131164'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_538'^^xsd:string;
  dwc:scientificName 'Prionospio (Prionospio) steenstrupi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131164'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_408'^^xsd:string;
  dwc:scientificName 'Aricidea (Allia) belgicae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '182987'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '886741'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_409'^^xsd:string;
  dwc:scientificName 'Aricidea (Allia) belgicae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '182987'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '886741'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_411'^^xsd:string;
  dwc:scientificName 'Aricidea cerrutii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130555'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '525497'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_415'^^xsd:string;
  dwc:scientificName 'Aricidea claudiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130557'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '734522'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_416'^^xsd:string;
  dwc:scientificName 'Aricidea claudiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130557'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '734522'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_427'^^xsd:string;
  dwc:scientificName 'Aricidea wassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130575'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_423'^^xsd:string;
  dwc:scientificName 'Aricidea suecica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130572'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '734532'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_450'^^xsd:string;
  dwc:scientificName 'Cirratulus chrysoderma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129958'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129975'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_437'^^xsd:string;
  dwc:scientificName 'Brania arminii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131280'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131280'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_438'^^xsd:string;
  dwc:scientificName 'Capitella giardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129877'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129877'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_439'^^xsd:string;
  dwc:scientificName 'Capitella giardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129877'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129877'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_440'^^xsd:string;
  dwc:scientificName 'Capitella giardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129877'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129877'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_442'^^xsd:string;
  dwc:scientificName 'Caulleriella bioculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '129944'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129944'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_490'^^xsd:string;
  dwc:scientificName 'Lumbrineris impatiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '157477'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1491000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_488'^^xsd:string;
  dwc:scientificName 'Lumbrineris coccinea '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130242'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130242'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_483'^^xsd:string;
  dwc:scientificName 'Levinsenia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 5'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130578'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130578'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_485'^^xsd:string;
  dwc:scientificName 'Levinsenia reducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 4'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '421033'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '421033'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_493'^^xsd:string;
  dwc:scientificName 'Lumbrineris inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130246'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130246'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_507'^^xsd:string;
  dwc:scientificName 'Maldane sarsi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130305'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_473'^^xsd:string;
  dwc:scientificName 'Grubeosyllis tenucirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '238510'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '195992'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.477866"^^xsd:decimal ;
  dwc:decimalLongitude "31.483841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.477866 31.483841)"^^geo:wktLiteral ;
  geo-pos:lat "31.477866"^^xsd:decimal ;
  geo-pos:long "31.483841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_479'^^xsd:string;
  dwc:scientificName 'Lanice conchilega '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 6'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.483841'^^xsd:double;
  dwc:latitude '31.477866'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_396'^^xsd:string;
  dwc:scientificName 'Aglaophamus paucilamellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '326247'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326247'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_495'^^xsd:string;
  dwc:scientificName 'Lumbrineris inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130246'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130246'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_501'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_505'^^xsd:string;
  dwc:scientificName 'Magelona papillicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130272'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_510'^^xsd:string;
  dwc:scientificName 'Marphysa bellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130072'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1297885'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_519'^^xsd:string;
  dwc:scientificName 'Nephtys agilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '337179'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_524'^^xsd:string;
  dwc:scientificName 'Nephtys caeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130355'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_526'^^xsd:string;
  dwc:scientificName 'Nephtys capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '209805'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '209805'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_462'^^xsd:string;
  dwc:scientificName 'Euclymene lumbricoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130293'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '209899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_576'^^xsd:string;
  dwc:scientificName 'Pectinaria (Lagis) koreni '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130595'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_575'^^xsd:string;
  dwc:scientificName 'Pectinaria (amphictene) auricoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130590'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_561'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_569'^^xsd:string;
  dwc:scientificName 'Notomastus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '173045'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_563'^^xsd:string;
  dwc:scientificName 'Spiophanes missionensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '332094'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '334830'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_531'^^xsd:string;
  dwc:scientificName 'Potamilla stichophthalmos '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '731132'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130918'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_551'^^xsd:string;
  dwc:scientificName 'Pulliella armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '209888'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '712190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_552'^^xsd:string;
  dwc:scientificName 'Scolelepis carunculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '331751'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '331751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_547'^^xsd:string;
  dwc:scientificName 'Prionospio multibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '131160'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131160'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_541'^^xsd:string;
  dwc:scientificName 'Prionospio (Prionospio) steenstrupi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '131164'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_543'^^xsd:string;
  dwc:scientificName 'Prionospio aucklandica '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '338527'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '338527'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_534'^^xsd:string;
  dwc:scientificName 'Praxillella lophoseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130325'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130325'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_406'^^xsd:string;
  dwc:scientificName 'Aricidea (Acmira) lopezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '333036'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333036'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_413'^^xsd:string;
  dwc:scientificName 'Aricidea cerrutii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130555'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '525497'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_431'^^xsd:string;
  dwc:scientificName 'Aricidea wassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130575'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_464'^^xsd:string;
  dwc:scientificName 'Euclymene santandarensis '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '333263'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130301'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_452'^^xsd:string;
  dwc:scientificName 'Cirriformia filigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '209871'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '209871'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_447'^^xsd:string;
  dwc:scientificName 'Chone filicaudata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130890'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130890'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_441'^^xsd:string;
  dwc:scientificName 'Capitella jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '712176'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '712176'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_433'^^xsd:string;
  dwc:scientificName 'Armandia cirrhosa '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130485'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_435'^^xsd:string;
  dwc:scientificName 'Axiothella constricta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130276'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130276'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_487'^^xsd:string;
  dwc:scientificName 'Lumbriclymene minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130300'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130300'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_509'^^xsd:string;
  dwc:scientificName 'Maldane sarsi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130305'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_474'^^xsd:string;
  dwc:scientificName 'Heteromastus filiformis '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '129884'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129884'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_476'^^xsd:string;
  dwc:scientificName 'Hydroides elegans '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '131002'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131002'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_468'^^xsd:string;
  dwc:scientificName 'Glycera sphyrabrancha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '157395'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157395'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.556"^^xsd:decimal ;
  dwc:decimalLongitude "32.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.556 32.76)"^^geo:wktLiteral ;
  geo-pos:lat "31.556"^^xsd:decimal ;
  geo-pos:long "32.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_470'^^xsd:string;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 15'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.76'^^xsd:double;
  dwc:latitude '31.556'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_420'^^xsd:string;
  dwc:scientificName 'Aricidea simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 12'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333037'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333037'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_513'^^xsd:string;
  dwc:scientificName 'Micromaldane ornithochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130310'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_522'^^xsd:string;
  dwc:scientificName 'Nephtys caeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 10'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130355'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_523'^^xsd:string;
  dwc:scientificName 'Nephtys caeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130355'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_525'^^xsd:string;
  dwc:scientificName 'Nephtys capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '209805'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '209805'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_491'^^xsd:string;
  dwc:scientificName 'Lumbrineris impatiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '157477'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1491000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_560'^^xsd:string;
  dwc:scientificName 'Spiophanes kroyeri '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '131188'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_499'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 12'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_562'^^xsd:string;
  dwc:scientificName 'Spiophanes missionensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '332094'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '334830'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_418'^^xsd:string;
  dwc:scientificName 'Aricidea simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 10'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333037'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333037'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_419'^^xsd:string;
  dwc:scientificName 'Aricidea simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '333037'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '333037'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_424'^^xsd:string;
  dwc:scientificName 'Aricidea suecica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 12'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130572'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '734532'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_457'^^xsd:string;
  dwc:scientificName 'Euchone southerni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 11'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '24.2'^^xsd:double;
  dwc:maximumDepth '24.2'^^xsd:double;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130910'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130910'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_492'^^xsd:string;
  dwc:scientificName 'Lumbrineris impatiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 12'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '157477'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1491000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.699"^^xsd:decimal ;
  dwc:decimalLongitude "32.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "22063"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.699 32.808)"^^geo:wktLiteral ;
  geo-pos:lat "31.699"^^xsd:decimal ;
  geo-pos:long "32.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "22063"^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_478'^^xsd:string;
  dwc:scientificName 'Johnstonia clymenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 12'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.808'^^xsd:double;
  dwc:latitude '31.699'^^xsd:double;
  dwc:coordinatePrecision '22063'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates and Coordinate precission estimated by VLIZ based on Locality'^^xsd:string;
  dwc:aphiaid '130298'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130298'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_500'^^xsd:string;
  dwc:scientificName 'Lumbrineris latreilli '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130248'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_511'^^xsd:string;
  dwc:scientificName 'Melinna cristata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '129804'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129804'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_512'^^xsd:string;
  dwc:scientificName 'Melinna palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '129808'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129808'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_514'^^xsd:string;
  dwc:scientificName 'Micromaldane ornithochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130310'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_516'^^xsd:string;
  dwc:scientificName 'Myriowenia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '324790'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '324790'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_508'^^xsd:string;
  dwc:scientificName 'Maldane sarsi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130305'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130305'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_580'^^xsd:string;
  dwc:scientificName 'Potamilla stichophthalmos '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '731132'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130918'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_570'^^xsd:string;
  dwc:scientificName 'Notomastus profondus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '334240'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129900'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_568'^^xsd:string;
  dwc:scientificName 'Notomastus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '173045'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_529'^^xsd:string;
  dwc:scientificName 'Notomastus latericeus '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_548'^^xsd:string;
  dwc:scientificName 'Prionospio saldanha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '338540'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '338540'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_532'^^xsd:string;
  dwc:scientificName 'Praxillella affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130322'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130322'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_533'^^xsd:string;
  dwc:scientificName 'Praxillella lophoseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130325'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130325'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_412'^^xsd:string;
  dwc:scientificName 'Aricidea cerrutii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130555'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '525497'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_430'^^xsd:string;
  dwc:scientificName 'Aricidea wassi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130575'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '326605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_458'^^xsd:string;
  dwc:scientificName 'Euchone southerni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130910'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130910'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_446'^^xsd:string;
  dwc:scientificName 'Chone filicaudata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130890'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130890'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_434'^^xsd:string;
  dwc:scientificName 'Axiothella constricta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130276'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130276'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_471'^^xsd:string;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.867"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.867 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "31.867"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_469'^^xsd:string;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 14'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '31.867'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_503'^^xsd:string;
  dwc:scientificName 'Magelona capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '329128'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '329128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_449'^^xsd:string;
  dwc:scientificName 'Chone usticensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '390301'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '882451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_454'^^xsd:string;
  dwc:scientificName 'Clymenura clypeata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '130282'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '559007'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_540'^^xsd:string;
  dwc:scientificName 'Prionospio (Prionospio) steenstrupi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '131164'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_453'^^xsd:string;
  dwc:scientificName 'Cirriformia tentaculata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '129964'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129964'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_451'^^xsd:string;
  dwc:scientificName 'Cirriformia filigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '209871'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '209871'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_436'^^xsd:string;
  dwc:scientificName 'Branchiomaldane vincenti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '129872'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129872'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_494'^^xsd:string;
  dwc:scientificName 'Lumbrineris inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '130246'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130246'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4241__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4241__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4241__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.675"^^xsd:decimal ;
  dwc:decimalLongitude "32.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4241__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.675 32.84)"^^geo:wktLiteral ;
  geo-pos:lat "31.675"^^xsd:decimal ;
  geo-pos:long "32.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4241__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4241_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Station 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-10-14'^^xsd:date;
  dwc:institutionCode 'HCMR'^^xsd:string;
  dwc:collectionCode 'Polychaetes in Northeastern Mediterranean'^^xsd:string;
  dwc:catalogNumber 'HCMR_Polychaetes in Northeastern Mediterranean_477'^^xsd:string;
  dwc:scientificName 'Jasmineira caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'Station 13'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '130920'^^xsd:integer;
  dwc:sampleSize '0,25m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '130920'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF