@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/event/5516_102_1933-11-7_9-11>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "102_1933-11-7_9-11" ;
  .
<https://eurobis.org/id/event/5516_125_1933-11-13_11-11>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "125_1933-11-13_11-11" ;
  .
<https://eurobis.org/id/event/5516_137_1933-11-14_7-9>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "137_1933-11-14_7-9" ;
  .
<https://eurobis.org/id/event/5516_146_1933-11-15_18-20>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "146_1933-11-15_18-20" ;
  .
<https://eurobis.org/id/event/5516_41_1933-10-14>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "41_1933-10-14" ;
  .
<https://eurobis.org/id/location/5516_102_1933-11-7_9-11_MED-EgyptExpeditionPantopoda-102-3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_102_1933-11-7_9-11_MED-EgyptExpeditionPantopoda-102-3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_102_1933-11-7_9-11_MED-EgyptExpeditionPantopoda-102-3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.099868 29.725917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.099868"^^xsd:decimal ;
  dwc:decimalLongitude "29.725917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_102_1933-11-7_9-11_MED-EgyptExpeditionPantopoda-102-3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.099868 29.725917)"^^geo:wktLiteral ;
  geo-pos:lat "31.099868"^^xsd:decimal ;
  geo-pos:long "29.725917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_102_1933-11-7_9-11_MED-EgyptExpeditionPantopoda-102-3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-102-3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "102_1933-11-7_9-11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-102-3'^^xsd:string;
  dwc:scientificName 'Pallene brevirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '102_1933-11-7_9-11'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '29.725917'^^xsd:double;
  dwc:latitude '31.099868'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'name as in original file:Pallene brevirostris'^^xsd:string;
  dwc:aphiaid '150566'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-102-3'^^xsd:string;
  dwc:observationDate '1933-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '134643'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5516_137_1933-11-14_7-9_MED-EgyptExpeditionPantopoda-137-5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_137_1933-11-14_7-9_MED-EgyptExpeditionPantopoda-137-5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_137_1933-11-14_7-9_MED-EgyptExpeditionPantopoda-137-5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.139371 29.818676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.139371"^^xsd:decimal ;
  dwc:decimalLongitude "29.818676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_137_1933-11-14_7-9_MED-EgyptExpeditionPantopoda-137-5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.139371 29.818676)"^^geo:wktLiteral ;
  geo-pos:lat "31.139371"^^xsd:decimal ;
  geo-pos:long "29.818676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_137_1933-11-14_7-9_MED-EgyptExpeditionPantopoda-137-5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-137-5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "137_1933-11-14_7-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-137-5'^^xsd:string;
  dwc:scientificName 'Tanystylum conirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '137_1933-11-14_7-9'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '29.818676'^^xsd:double;
  dwc:latitude '31.139371'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:occurrenceRemarks 'name as in original file:Tanystylum conirostre'^^xsd:string;
  dwc:aphiaid '134634'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-137-5'^^xsd:string;
  dwc:observationDate '1933-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '134634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.166974 29.825788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.166974"^^xsd:decimal ;
  dwc:decimalLongitude "29.825788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.166974 29.825788)"^^geo:wktLiteral ;
  geo-pos:lat "31.166974"^^xsd:decimal ;
  geo-pos:long "29.825788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-125-4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "125_1933-11-13_11-11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-125-4'^^xsd:string;
  dwc:scientificName 'Pallene spectrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '125_1933-11-13_11-11'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '29.825788'^^xsd:double;
  dwc:latitude '31.166974'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'name as in original file:Pallene spectrum'^^xsd:string;
  dwc:aphiaid '150584'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-125-4'^^xsd:string;
  dwc:observationDate '1933-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '134647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.166974 29.825788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.166974"^^xsd:decimal ;
  dwc:decimalLongitude "29.825788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.166974 29.825788)"^^geo:wktLiteral ;
  geo-pos:lat "31.166974"^^xsd:decimal ;
  geo-pos:long "29.825788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-125-6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "125_1933-11-13_11-11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-125-6'^^xsd:string;
  dwc:scientificName 'Ammothea magnirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '125_1933-11-13_11-11'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '29.825788'^^xsd:double;
  dwc:latitude '31.166974'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'name in original file:Ammothea magnirostris'^^xsd:string;
  dwc:aphiaid '134615'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-125-6'^^xsd:string;
  dwc:observationDate '1933-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '134614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.166974 29.825788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.166974"^^xsd:decimal ;
  dwc:decimalLongitude "29.825788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.166974 29.825788)"^^geo:wktLiteral ;
  geo-pos:lat "31.166974"^^xsd:decimal ;
  geo-pos:long "29.825788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_125_1933-11-13_11-11_MED-EgyptExpeditionPantopoda-125-8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-125-8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "125_1933-11-13_11-11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-125-8'^^xsd:string;
  dwc:scientificName 'Pallene spectrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '125_1933-11-13_11-11'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '29.825788'^^xsd:double;
  dwc:latitude '31.166974'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'name as in original file:Pallene spectrum'^^xsd:string;
  dwc:aphiaid '150584'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-125-8'^^xsd:string;
  dwc:observationDate '1933-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '134647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5516_146_1933-11-15_18-20_MED-EgyptExpeditionPantopoda-146-7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_146_1933-11-15_18-20_MED-EgyptExpeditionPantopoda-146-7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_146_1933-11-15_18-20_MED-EgyptExpeditionPantopoda-146-7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.216802 29.89358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.216802"^^xsd:decimal ;
  dwc:decimalLongitude "29.89358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_146_1933-11-15_18-20_MED-EgyptExpeditionPantopoda-146-7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.216802 29.89358)"^^geo:wktLiteral ;
  geo-pos:lat "31.216802"^^xsd:decimal ;
  geo-pos:long "29.89358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_146_1933-11-15_18-20_MED-EgyptExpeditionPantopoda-146-7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-146-7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "146_1933-11-15_18-20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-146-7'^^xsd:string;
  dwc:scientificName 'Ammothea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '146_1933-11-15_18-20'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '29.89358'^^xsd:double;
  dwc:latitude '31.216802'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:occurrenceRemarks 'name in original file:Ammothea sp.'^^xsd:string;
  dwc:aphiaid '134569'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-146-7'^^xsd:string;
  dwc:observationDate '1933-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '134569'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.323736 30.073142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.323736"^^xsd:decimal ;
  dwc:decimalLongitude "30.073142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.323736 30.073142)"^^geo:wktLiteral ;
  geo-pos:lat "31.323736"^^xsd:decimal ;
  geo-pos:long "30.073142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-41-1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "41_1933-10-14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-41-1'^^xsd:string;
  dwc:scientificName 'Tanystylum conirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '41_1933-10-14'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '30.073142'^^xsd:double;
  dwc:latitude '31.323736'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'name as in original file:Tanystylum conirostre'^^xsd:string;
  dwc:aphiaid '134634'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-41-1'^^xsd:string;
  dwc:observationDate '1933-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '134634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.323736 30.073142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.323736"^^xsd:decimal ;
  dwc:decimalLongitude "30.073142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.323736 30.073142)"^^geo:wktLiteral ;
  geo-pos:lat "31.323736"^^xsd:decimal ;
  geo-pos:long "30.073142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/5516_41_1933-10-14_MED-EgyptExpeditionPantopoda-41-2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MED-EgyptExpeditionPantopoda-41-2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5516_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "41_1933-10-14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2021-07-06'^^xsd:date;
  dwc:institutionCode 'Hellenic Centre for Marine Research-Institute of Marine Biology, Biotechnology and Aquaculture'^^xsd:string;
  dwc:collectionCode 'Helfer H. 1936. The fishery grounds near Alexandria. VIII Pantopoda. Notes et memoires No 16'^^xsd:string;
  dwc:catalogNumber 'MED-EgyptExpeditionPantopoda-41-2'^^xsd:string;
  dwc:scientificName 'Tanystylum conirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber '41_1933-10-14'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '30.073142'^^xsd:double;
  dwc:latitude '31.323736'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'name as in original file:Tanystylum conirostre'^^xsd:string;
  dwc:aphiaid '134634'^^xsd:integer;
  dwc:samplingProtocol 'There was no specific information about sampling method.By the Preliminary Report seems to be the same as the whole expedition-dredge with an opening of 20x70 cm (1400 cm2).Depth is measured in fathom=1.8288 metres.All the excursions were one day trip. For work near the coast a small rowing boat was available. References: Steuer A. 1935. The fishery grounds near Alexandria. 1. Preliminary Report, Notes and Memoirs No 8. Fisheries Research Directorate, Egypt.'^^xsd:string;
  dwc:occurrenceId 'MED-EgyptExpeditionPantopoda-41-2'^^xsd:string;
  dwc:observationDate '1933-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '134634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF