@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/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  geo-pos:lat "30.876"^^xsd:decimal ;
  geo-pos:long "29.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_238'^^xsd:string;
  dwc:scientificName 'Salvatoria clavata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '195986'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '195986'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_239'^^xsd:string;
  dwc:scientificName 'Salvatoria euritmica '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '195988'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '195988'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_240'^^xsd:string;
  dwc:scientificName 'Salvatoria vieitezi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '195993'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '195993'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.452 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.452"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.452 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "31.452"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_241'^^xsd:string;
  dwc:scientificName 'Sphaerosyllis glandulata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '31.452'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131386'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131386'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_242'^^xsd:string;
  dwc:scientificName 'Sphaerosyllis sp. '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '129677'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  geo-pos:lat "30.876"^^xsd:decimal ;
  geo-pos:long "29.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_243'^^xsd:string;
  dwc:scientificName 'Sphaerosyllis taylori'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131394'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131394'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  geo-pos:lat "30.876"^^xsd:decimal ;
  geo-pos:long "29.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_244'^^xsd:string;
  dwc:scientificName 'Streptosyllis compoyi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '238248'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  geo-pos:lat "30.876"^^xsd:decimal ;
  geo-pos:long "29.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_245'^^xsd:string;
  dwc:scientificName 'Syllides japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131410'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_246'^^xsd:string;
  dwc:scientificName 'Syllis columbretensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131422'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131422'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_247'^^xsd:string;
  dwc:scientificName 'Syllis ergeni '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '238253'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238253'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  geo-pos:lat "30.876"^^xsd:decimal ;
  geo-pos:long "29.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_248'^^xsd:string;
  dwc:scientificName 'Syllis garciai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131431'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131431'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 32.575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "32.575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_249'^^xsd:string;
  dwc:scientificName 'Syllis gerlachi '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.575'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131432'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '131432'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  geo-pos:lat "30.876"^^xsd:decimal ;
  geo-pos:long "29.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_250'^^xsd:string;
  dwc:scientificName 'Syllis krohni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131440'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238648'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_215'^^xsd:string;
  dwc:scientificName 'Axiothella constricta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '2'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '130276'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_216'^^xsd:string;
  dwc:scientificName 'Brevicirrosyllis weismanni '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '731113'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^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/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_217'^^xsd:string;
  dwc:scientificName 'Clymenura clypeata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '1'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130282'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '559007'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_218'^^xsd:string;
  dwc:scientificName 'Euclymene lumbricoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '1'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130293'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '209899'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_219'^^xsd:string;
  dwc:scientificName 'Euclymene oerstedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '1'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '157376'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130294'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_220'^^xsd:string;
  dwc:scientificName 'Euclymene santandarensis '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '1'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '333263'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130301'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.322 31.266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.322"^^xsd:decimal ;
  dwc:decimalLongitude "31.266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.25"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_221'^^xsd:string;
  dwc:scientificName 'Exogone verugera africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.266'^^xsd:double;
  dwc:latitude '32.322'^^xsd:double;
  dwc:minimumDepth '0.25'^^xsd:double;
  dwc:maximumDepth '0.25'^^xsd:double;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication SampleSize: samples from Port Said Harbour were collected by knife and net used for collecting fauna'^^xsd:string;
  dwc:aphiaid '335456'^^xsd:integer;
  dwc:sampleSize 'Qualitative data'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '760591'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_222'^^xsd:string;
  dwc:scientificName 'Johnstonia clymenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '1'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130298'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130298'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_223'^^xsd:string;
  dwc:scientificName 'Lumbriclymene minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '1'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130300'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130300'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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 "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_224'^^xsd:string;
  dwc:scientificName 'Magelona capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '2'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.84'^^xsd:double;
  dwc:latitude '31.675'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '329128'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '329128'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_225'^^xsd:string;
  dwc:scientificName 'Magelona papillicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '3'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^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 '130272'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130272'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.322 31.266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.322"^^xsd:decimal ;
  dwc:decimalLongitude "31.266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.25"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_227'^^xsd:string;
  dwc:scientificName 'Odontosyllis fulgurans '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.266'^^xsd:double;
  dwc:latitude '32.322'^^xsd:double;
  dwc:minimumDepth '0.25'^^xsd:double;
  dwc:maximumDepth '0.25'^^xsd:double;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication SampleSize: samples from Port Said Harbour were collected by knife and net used for collecting fauna'^^xsd:string;
  dwc:aphiaid '131327'^^xsd:integer;
  dwc:sampleSize 'Qualitative data'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131327'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.165 32.573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.165"^^xsd:decimal ;
  dwc:decimalLongitude "32.573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "1.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_228'^^xsd:string;
  dwc:scientificName 'Opisthosyllis brunnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.573'^^xsd:double;
  dwc:latitude '30.165'^^xsd:double;
  dwc:minimumDepth '1.5'^^xsd:double;
  dwc:maximumDepth '1.5'^^xsd:double;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131332'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '131332'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.452 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.452"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.452 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "31.452"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_229'^^xsd:string;
  dwc:scientificName 'Palposyllis prosostoma  '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '31.452'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131334'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131334'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.322 31.266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.322"^^xsd:decimal ;
  dwc:decimalLongitude "31.266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.25"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_230'^^xsd:string;
  dwc:scientificName 'Paraehlersia weissmaniodes '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.266'^^xsd:double;
  dwc:latitude '32.322'^^xsd:double;
  dwc:minimumDepth '0.25'^^xsd:double;
  dwc:maximumDepth '0.25'^^xsd:double;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication SampleSize: samples from Port Said Harbour were collected by knife and net used for collecting fauna'^^xsd:string;
  dwc:aphiaid '731118'^^xsd:integer;
  dwc:sampleSize 'Qualitative data'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '731118'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_231'^^xsd:string;
  dwc:scientificName 'Parapionosyllis aegyptia n. sp. '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '731119'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_232'^^xsd:string;
  dwc:scientificName 'Parapionosyllis brevicirra '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131336'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131336'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_233'^^xsd:string;
  dwc:scientificName 'Parapionosyllis elegans '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131337'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131337'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.452 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.452"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.452 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "31.452"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_234'^^xsd:string;
  dwc:scientificName 'Parapionosyllis labronica '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '31.452'^^xsd:double;
  dwc:minimumDepth '13.7'^^xsd:double;
  dwc:maximumDepth '13.7'^^xsd:double;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131339'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_236'^^xsd:string;
  dwc:scientificName 'Praxillella lophoseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '3'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^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 '130325'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130325'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_237'^^xsd:string;
  dwc:scientificName 'Prosphaerosyllis sp. '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '195974'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '195974'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  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/4240__>
  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/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_226'^^xsd:string;
  dwc:scientificName 'Micromaldane ornithochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '3'^^xsd:integer;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^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 '130310'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130310'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_254'^^xsd:string;
  dwc:scientificName 'Syllis sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '129680'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_255'^^xsd:string;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.415 32.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.415"^^xsd:decimal ;
  dwc:decimalLongitude "32.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_251'^^xsd:string;
  dwc:scientificName 'Syllis lutea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '32.36'^^xsd:double;
  dwc:latitude '30.415'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on mao in publication'^^xsd:string;
  dwc:aphiaid '131442'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '131442'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.846"^^xsd:decimal ;
  dwc:decimalLongitude "28.96"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.846 28.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.846"^^xsd:decimal ;
  geo-pos:long "28.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_252'^^xsd:string;
  dwc:scientificName 'Syllis pulvinata '^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '28.96'^^xsd:double;
  dwc:latitude '30.846'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '131453'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '131453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4240__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4240__> ;
  mr:hasGeometry <https://eurobis.org/id/point/4240__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.876"^^xsd:decimal ;
  dwc:decimalLongitude "29.394"^^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/4240__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.876 29.394)"^^geo:wktLiteral ;
  geo-pos:lat "30.876"^^xsd:decimal ;
  geo-pos:long "29.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4240__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4240_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'Syllidae, Magelonidae and Maldanidae from Egypt'^^xsd:string;
  dwc:catalogNumber 'HCMR_Syllidae, Magelonidae & Maldanidae_Egypt_253'^^xsd:string;
  dwc:scientificName 'Syllis sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Mediterranean'^^xsd:string;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '29.394'^^xsd:double;
  dwc:latitude '30.876'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Coordinates estimated by VLIZ based on locality and map in publication'^^xsd:string;
  dwc:aphiaid '129680'^^xsd:integer;
  dwc:sampleSize '0.25 m³'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
# EOF