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

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

<https://eurobis.org/id/occurrence/8558__2255_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_143'^^xsd:string;
  dwc:scientificName 'Balaenoptera edeni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_143'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.8632'^^xsd:double;
  dwc:latitude '30.1322'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.8632 30.1322, 49.8632 30.1322, 49.8632 30.1322, 49.8632 30.1322, 49.8632 30.1322))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera edeni" by the provider'^^xsd:string;
  dwc:aphiaid '137089'^^xsd:integer;
  dwc:occurrenceId '2255_143'^^xsd:string;
  dwc:observationDate '2022-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137089'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8793 48.721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8793"^^xsd:decimal ;
  dwc:decimalLongitude "48.721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_51'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_51'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.721'^^xsd:double;
  dwc:latitude '29.8793'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.721 29.8793, 48.721 29.8793, 48.721 29.8793, 48.721 29.8793, 48.721 29.8793))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_51'^^xsd:string;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8867 48.7212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8867"^^xsd:decimal ;
  dwc:decimalLongitude "48.7212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_27'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_27'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7212'^^xsd:double;
  dwc:latitude '29.8867'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7212 29.8867, 48.7212 29.8867, 48.7212 29.8867, 48.7212 29.8867, 48.7212 29.8867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_27'^^xsd:string;
  dwc:observationDate '2015-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9158 48.7247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9158"^^xsd:decimal ;
  dwc:decimalLongitude "48.7247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_26'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_26'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7247'^^xsd:double;
  dwc:latitude '29.9158'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7247 29.9158, 48.7247 29.9158, 48.7247 29.9158, 48.7247 29.9158, 48.7247 29.9158))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_26'^^xsd:string;
  dwc:observationDate '2015-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9467 48.739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9467"^^xsd:decimal ;
  dwc:decimalLongitude "48.739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_25'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_25'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.739'^^xsd:double;
  dwc:latitude '29.9467'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.739 29.9467, 48.739 29.9467, 48.739 29.9467, 48.739 29.9467, 48.739 29.9467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_25'^^xsd:string;
  dwc:observationDate '2015-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9572 48.7421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9572"^^xsd:decimal ;
  dwc:decimalLongitude "48.7421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_52'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_52'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7421'^^xsd:double;
  dwc:latitude '29.9572'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7421 29.9572, 48.7421 29.9572, 48.7421 29.9572, 48.7421 29.9572, 48.7421 29.9572))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_52'^^xsd:string;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9742 48.7237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9742"^^xsd:decimal ;
  dwc:decimalLongitude "48.7237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_4'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_4'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7237'^^xsd:double;
  dwc:latitude '29.9742'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7237 29.9742, 48.7237 29.9742, 48.7237 29.9742, 48.7237 29.9742, 48.7237 29.9742))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_4'^^xsd:string;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9751 48.732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9751"^^xsd:decimal ;
  dwc:decimalLongitude "48.732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_24'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_24'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.732'^^xsd:double;
  dwc:latitude '29.9751'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.732 29.9751, 48.732 29.9751, 48.732 29.9751, 48.732 29.9751, 48.732 29.9751))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_24'^^xsd:string;
  dwc:observationDate '2015-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9801 48.7253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9801"^^xsd:decimal ;
  dwc:decimalLongitude "48.7253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_22'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_22'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7253'^^xsd:double;
  dwc:latitude '29.9801'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7253 29.9801, 48.7253 29.9801, 48.7253 29.9801, 48.7253 29.9801, 48.7253 29.9801))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_22'^^xsd:string;
  dwc:observationDate '2015-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9918 48.7374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9918"^^xsd:decimal ;
  dwc:decimalLongitude "48.7374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_50'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_50'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7374'^^xsd:double;
  dwc:latitude '29.9918'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7374 29.9918, 48.7374 29.9918, 48.7374 29.9918, 48.7374 29.9918, 48.7374 29.9918))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_50'^^xsd:string;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9996 48.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9996"^^xsd:decimal ;
  dwc:decimalLongitude "48.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_98'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2255_98'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.735'^^xsd:double;
  dwc:latitude '29.9996'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.735 29.9996, 48.735 29.9996, 48.735 29.9996, 48.735 29.9996, 48.735 29.9996))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_98'^^xsd:string;
  dwc:observationDate '2017-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9977 48.9077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9977"^^xsd:decimal ;
  dwc:decimalLongitude "48.9077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_127'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_127'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9077'^^xsd:double;
  dwc:latitude '29.9977'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9077 29.9977, 48.9077 29.9977, 48.9077 29.9977, 48.9077 29.9977, 48.9077 29.9977))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_127'^^xsd:string;
  dwc:observationDate '2019-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0007 48.7355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0007"^^xsd:decimal ;
  dwc:decimalLongitude "48.7355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_49'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_49'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7355'^^xsd:double;
  dwc:latitude '30.0007'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7355 30.0007, 48.7355 30.0007, 48.7355 30.0007, 48.7355 30.0007, 48.7355 30.0007))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_49'^^xsd:string;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0275 48.7256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0275"^^xsd:decimal ;
  dwc:decimalLongitude "48.7256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_99'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2255_99'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7256'^^xsd:double;
  dwc:latitude '30.0275'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7256 30.0275, 48.7256 30.0275, 48.7256 30.0275, 48.7256 30.0275, 48.7256 30.0275))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_99'^^xsd:string;
  dwc:observationDate '2017-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0141 48.8979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0141"^^xsd:decimal ;
  dwc:decimalLongitude "48.8979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_73'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2255_73'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.8979'^^xsd:double;
  dwc:latitude '30.0141'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.8979 30.0141, 48.8979 30.0141, 48.8979 30.0141, 48.8979 30.0141, 48.8979 30.0141))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_73'^^xsd:string;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0287 48.878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0287"^^xsd:decimal ;
  dwc:decimalLongitude "48.878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_93'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2255_93'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.878'^^xsd:double;
  dwc:latitude '30.0287'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.878 30.0287, 48.878 30.0287, 48.878 30.0287, 48.878 30.0287, 48.878 30.0287))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_93'^^xsd:string;
  dwc:observationDate '2016-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0237 48.8908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0237"^^xsd:decimal ;
  dwc:decimalLongitude "48.8908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_94'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2255_94'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.8908'^^xsd:double;
  dwc:latitude '30.0237'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.8908 30.0237, 48.8908 30.0237, 48.8908 30.0237, 48.8908 30.0237, 48.8908 30.0237))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_94'^^xsd:string;
  dwc:observationDate '2016-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0382 48.869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0382"^^xsd:decimal ;
  dwc:decimalLongitude "48.869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_92'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2255_92'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.869'^^xsd:double;
  dwc:latitude '30.0382'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.869 30.0382, 48.869 30.0382, 48.869 30.0382, 48.869 30.0382, 48.869 30.0382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_92'^^xsd:string;
  dwc:observationDate '2016-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0411 48.8697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0411"^^xsd:decimal ;
  dwc:decimalLongitude "48.8697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_23'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_23'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.8697'^^xsd:double;
  dwc:latitude '30.0411'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.8697 30.0411, 48.8697 30.0411, 48.8697 30.0411, 48.8697 30.0411, 48.8697 30.0411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_23'^^xsd:string;
  dwc:observationDate '2015-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0962 48.8035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0962"^^xsd:decimal ;
  dwc:decimalLongitude "48.8035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_71'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2255_71'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.8035'^^xsd:double;
  dwc:latitude '30.0962'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.8035 30.0962, 48.8035 30.0962, 48.8035 30.0962, 48.8035 30.0962, 48.8035 30.0962))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_71'^^xsd:string;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0971 48.8044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0971"^^xsd:decimal ;
  dwc:decimalLongitude "48.8044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_72'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2255_72'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.8044'^^xsd:double;
  dwc:latitude '30.0971'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.8044 30.0971, 48.8044 30.0971, 48.8044 30.0971, 48.8044 30.0971, 48.8044 30.0971))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_72'^^xsd:string;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0568 48.8795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0568"^^xsd:decimal ;
  dwc:decimalLongitude "48.8795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_53'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_53'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.8795'^^xsd:double;
  dwc:latitude '30.0568'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.8795 30.0568, 48.8795 30.0568, 48.8795 30.0568, 48.8795 30.0568, 48.8795 30.0568))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_53'^^xsd:string;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.053 48.9747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.053"^^xsd:decimal ;
  dwc:decimalLongitude "48.9747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_65'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2255_65'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9747'^^xsd:double;
  dwc:latitude '30.053'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9747 30.053, 48.9747 30.053, 48.9747 30.053, 48.9747 30.053, 48.9747 30.053))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_65'^^xsd:string;
  dwc:observationDate '2015-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1246 48.7739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1246"^^xsd:decimal ;
  dwc:decimalLongitude "48.7739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_3'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_3'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7739'^^xsd:double;
  dwc:latitude '30.1246'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7739 30.1246, 48.7739 30.1246, 48.7739 30.1246, 48.7739 30.1246, 48.7739 30.1246))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_3'^^xsd:string;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1271 48.9685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1271"^^xsd:decimal ;
  dwc:decimalLongitude "48.9685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_126'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_126'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9685'^^xsd:double;
  dwc:latitude '30.1271'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9685 30.1271, 48.9685 30.1271, 48.9685 30.1271, 48.9685 30.1271, 48.9685 30.1271))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_126'^^xsd:string;
  dwc:observationDate '2019-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1335 48.9674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1335"^^xsd:decimal ;
  dwc:decimalLongitude "48.9674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_125'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_125'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9674'^^xsd:double;
  dwc:latitude '30.1335'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9674 30.1335, 48.9674 30.1335, 48.9674 30.1335, 48.9674 30.1335, 48.9674 30.1335))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_125'^^xsd:string;
  dwc:observationDate '2019-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1418 48.9601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1418"^^xsd:decimal ;
  dwc:decimalLongitude "48.9601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_78'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2255_78'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9601'^^xsd:double;
  dwc:latitude '30.1418'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9601 30.1418, 48.9601 30.1418, 48.9601 30.1418, 48.9601 30.1418, 48.9601 30.1418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_78'^^xsd:string;
  dwc:observationDate '2016-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1447 48.9602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1447"^^xsd:decimal ;
  dwc:decimalLongitude "48.9602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_77'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2255_77'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9602'^^xsd:double;
  dwc:latitude '30.1447'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9602 30.1447, 48.9602 30.1447, 48.9602 30.1447, 48.9602 30.1447, 48.9602 30.1447))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_77'^^xsd:string;
  dwc:observationDate '2016-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1411 48.9663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1411"^^xsd:decimal ;
  dwc:decimalLongitude "48.9663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_124'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_124'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9663'^^xsd:double;
  dwc:latitude '30.1411'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9663 30.1411, 48.9663 30.1411, 48.9663 30.1411, 48.9663 30.1411, 48.9663 30.1411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_124'^^xsd:string;
  dwc:observationDate '2019-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1964 48.9557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1964"^^xsd:decimal ;
  dwc:decimalLongitude "48.9557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_54'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_54'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9557'^^xsd:double;
  dwc:latitude '30.1964'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9557 30.1964, 48.9557 30.1964, 48.9557 30.1964, 48.9557 30.1964, 48.9557 30.1964))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_54'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1954 48.984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1954"^^xsd:decimal ;
  dwc:decimalLongitude "48.984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_45'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_45'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.984'^^xsd:double;
  dwc:latitude '30.1954'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.984 30.1954, 48.984 30.1954, 48.984 30.1954, 48.984 30.1954, 48.984 30.1954))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_45'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.227 48.9555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.227"^^xsd:decimal ;
  dwc:decimalLongitude "48.9555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_46'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_46'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9555'^^xsd:double;
  dwc:latitude '30.227'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9555 30.227, 48.9555 30.227, 48.9555 30.227, 48.9555 30.227, 48.9555 30.227))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_46'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2515 48.9265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2515"^^xsd:decimal ;
  dwc:decimalLongitude "48.9265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_55'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_55'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9265'^^xsd:double;
  dwc:latitude '30.2515'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9265 30.2515, 48.9265 30.2515, 48.9265 30.2515, 48.9265 30.2515, 48.9265 30.2515))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_55'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2936 48.9262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2936"^^xsd:decimal ;
  dwc:decimalLongitude "48.9262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_59'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_59'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9262'^^xsd:double;
  dwc:latitude '30.2936'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9262 30.2936, 48.9262 30.2936, 48.9262 30.2936, 48.9262 30.2936, 48.9262 30.2936))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_59'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.365 48.8957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.365"^^xsd:decimal ;
  dwc:decimalLongitude "48.8957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_13'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_13'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.8957'^^xsd:double;
  dwc:latitude '30.365'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.8957 30.365, 48.8957 30.365, 48.8957 30.365, 48.8957 30.365, 48.8957 30.365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_13'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.318 48.9403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.318"^^xsd:decimal ;
  dwc:decimalLongitude "48.9403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_106'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2255_106'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9403'^^xsd:double;
  dwc:latitude '30.318'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9403 30.318, 48.9403 30.318, 48.9403 30.318, 48.9403 30.318, 48.9403 30.318))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_106'^^xsd:string;
  dwc:observationDate '2017-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.341 48.9489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.341"^^xsd:decimal ;
  dwc:decimalLongitude "48.9489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_60'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_60'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9489'^^xsd:double;
  dwc:latitude '30.341'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9489 30.341, 48.9489 30.341, 48.9489 30.341, 48.9489 30.341, 48.9489 30.341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_60'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3095 48.9692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3095"^^xsd:decimal ;
  dwc:decimalLongitude "48.9692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_89'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_89'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9692'^^xsd:double;
  dwc:latitude '30.3095'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9692 30.3095, 48.9692 30.3095, 48.9692 30.3095, 48.9692 30.3095, 48.9692 30.3095))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_89'^^xsd:string;
  dwc:observationDate '2016-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3131 48.9678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3131"^^xsd:decimal ;
  dwc:decimalLongitude "48.9678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_105'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2255_105'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9678'^^xsd:double;
  dwc:latitude '30.3131'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9678 30.3131, 48.9678 30.3131, 48.9678 30.3131, 48.9678 30.3131, 48.9678 30.3131))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_105'^^xsd:string;
  dwc:observationDate '2017-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3163 48.9621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3163"^^xsd:decimal ;
  dwc:decimalLongitude "48.9621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_83'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2255_83'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9621'^^xsd:double;
  dwc:latitude '30.3163'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9621 30.3163, 48.9621 30.3163, 48.9621 30.3163, 48.9621 30.3163, 48.9621 30.3163))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_83'^^xsd:string;
  dwc:observationDate '2016-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3409 48.9511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3409"^^xsd:decimal ;
  dwc:decimalLongitude "48.9511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_61'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_61'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9511'^^xsd:double;
  dwc:latitude '30.3409'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9511 30.3409, 48.9511 30.3409, 48.9511 30.3409, 48.9511 30.3409, 48.9511 30.3409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_61'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3571 48.9022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3571"^^xsd:decimal ;
  dwc:decimalLongitude "48.9022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_79'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2255_79'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9022'^^xsd:double;
  dwc:latitude '30.3571'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9022 30.3571, 48.9022 30.3571, 48.9022 30.3571, 48.9022 30.3571, 48.9022 30.3571))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_79'^^xsd:string;
  dwc:observationDate '2016-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3575 48.9375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3575"^^xsd:decimal ;
  dwc:decimalLongitude "48.9375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_118'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2255_118'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9375'^^xsd:double;
  dwc:latitude '30.3575'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9375 30.3575, 48.9375 30.3575, 48.9375 30.3575, 48.9375 30.3575, 48.9375 30.3575))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_118'^^xsd:string;
  dwc:observationDate '2018-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3521 48.9467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3521"^^xsd:decimal ;
  dwc:decimalLongitude "48.9467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_62'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_62'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9467'^^xsd:double;
  dwc:latitude '30.3521'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9467 30.3521, 48.9467 30.3521, 48.9467 30.3521, 48.9467 30.3521, 48.9467 30.3521))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_62'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3741 48.9019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3741"^^xsd:decimal ;
  dwc:decimalLongitude "48.9019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_12'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_12'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9019'^^xsd:double;
  dwc:latitude '30.3741'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9019 30.3741, 48.9019 30.3741, 48.9019 30.3741, 48.9019 30.3741, 48.9019 30.3741))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_12'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3712 48.9284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3712"^^xsd:decimal ;
  dwc:decimalLongitude "48.9284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_63'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_63'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9284'^^xsd:double;
  dwc:latitude '30.3712'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9284 30.3712, 48.9284 30.3712, 48.9284 30.3712, 48.9284 30.3712, 48.9284 30.3712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_63'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3807 48.9217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3807"^^xsd:decimal ;
  dwc:decimalLongitude "48.9217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_140'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2255_140'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9217'^^xsd:double;
  dwc:latitude '30.3807'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9217 30.3807, 48.9217 30.3807, 48.9217 30.3807, 48.9217 30.3807, 48.9217 30.3807))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_140'^^xsd:string;
  dwc:observationDate '2022-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3846 48.9223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3846"^^xsd:decimal ;
  dwc:decimalLongitude "48.9223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_68'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2255_68'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9223'^^xsd:double;
  dwc:latitude '30.3846'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9223 30.3846, 48.9223 30.3846, 48.9223 30.3846, 48.9223 30.3846, 48.9223 30.3846))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_68'^^xsd:string;
  dwc:observationDate '2015-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3924 48.9195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3924"^^xsd:decimal ;
  dwc:decimalLongitude "48.9195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_10'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_10'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9195'^^xsd:double;
  dwc:latitude '30.3924'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9195 30.3924, 48.9195 30.3924, 48.9195 30.3924, 48.9195 30.3924, 48.9195 30.3924))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_10'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3904 48.9211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3904"^^xsd:decimal ;
  dwc:decimalLongitude "48.9211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_9'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_9'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9211'^^xsd:double;
  dwc:latitude '30.3904'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9211 30.3904, 48.9211 30.3904, 48.9211 30.3904, 48.9211 30.3904, 48.9211 30.3904))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_9'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3905 48.9216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3905"^^xsd:decimal ;
  dwc:decimalLongitude "48.9216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_11'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_11'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9216'^^xsd:double;
  dwc:latitude '30.3905'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9216 30.3905, 48.9216 30.3905, 48.9216 30.3905, 48.9216 30.3905, 48.9216 30.3905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_11'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3921 48.9207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3921"^^xsd:decimal ;
  dwc:decimalLongitude "48.9207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_37'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2255_37'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9207'^^xsd:double;
  dwc:latitude '30.3921'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9207 30.3921, 48.9207 30.3921, 48.9207 30.3921, 48.9207 30.3921, 48.9207 30.3921))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_37'^^xsd:string;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3949 48.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3949"^^xsd:decimal ;
  dwc:decimalLongitude "48.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_91'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2255_91'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9233'^^xsd:double;
  dwc:latitude '30.3949'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9233 30.3949, 48.9233 30.3949, 48.9233 30.3949, 48.9233 30.3949, 48.9233 30.3949))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_91'^^xsd:string;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3992 48.9274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3992"^^xsd:decimal ;
  dwc:decimalLongitude "48.9274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_56'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_56'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9274'^^xsd:double;
  dwc:latitude '30.3992'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9274 30.3992, 48.9274 30.3992, 48.9274 30.3992, 48.9274 30.3992, 48.9274 30.3992))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_56'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4 48.9287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.9287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_14'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_14'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9287'^^xsd:double;
  dwc:latitude '30.4'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9287 30.4, 48.9287 30.4, 48.9287 30.4, 48.9287 30.4, 48.9287 30.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_14'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3999 48.9295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3999"^^xsd:decimal ;
  dwc:decimalLongitude "48.9295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_84'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2255_84'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9295'^^xsd:double;
  dwc:latitude '30.3999'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9295 30.3999, 48.9295 30.3999, 48.9295 30.3999, 48.9295 30.3999, 48.9295 30.3999))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_84'^^xsd:string;
  dwc:observationDate '2016-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3997 48.9664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3997"^^xsd:decimal ;
  dwc:decimalLongitude "48.9664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_70'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2255_70'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9664'^^xsd:double;
  dwc:latitude '30.3997'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9664 30.3997, 48.9664 30.3997, 48.9664 30.3997, 48.9664 30.3997, 48.9664 30.3997))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_70'^^xsd:string;
  dwc:observationDate '2015-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3996 48.9728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3996"^^xsd:decimal ;
  dwc:decimalLongitude "48.9728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_76'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2255_76'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9728'^^xsd:double;
  dwc:latitude '30.3996'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9728 30.3996, 48.9728 30.3996, 48.9728 30.3996, 48.9728 30.3996, 48.9728 30.3996))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_76'^^xsd:string;
  dwc:observationDate '2016-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4035 48.9376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4035"^^xsd:decimal ;
  dwc:decimalLongitude "48.9376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_117'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2255_117'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9376'^^xsd:double;
  dwc:latitude '30.4035'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9376 30.4035, 48.9376 30.4035, 48.9376 30.4035, 48.9376 30.4035, 48.9376 30.4035))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_117'^^xsd:string;
  dwc:observationDate '2018-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0536 49.0055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0536"^^xsd:decimal ;
  dwc:decimalLongitude "49.0055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_43'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_43'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0055'^^xsd:double;
  dwc:latitude '30.0536'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0055 30.0536, 49.0055 30.0536, 49.0055 30.0536, 49.0055 30.0536, 49.0055 30.0536))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_43'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0672 49.058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0672"^^xsd:decimal ;
  dwc:decimalLongitude "49.058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_42'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_42'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.058'^^xsd:double;
  dwc:latitude '30.0672'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.058 30.0672, 49.058 30.0672, 49.058 30.0672, 49.058 30.0672, 49.058 30.0672))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_42'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0618 49.0645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0618"^^xsd:decimal ;
  dwc:decimalLongitude "49.0645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_58'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_58'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0645'^^xsd:double;
  dwc:latitude '30.0618'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0645 30.0618, 49.0645 30.0618, 49.0645 30.0618, 49.0645 30.0618, 49.0645 30.0618))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_58'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0865 49.098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0865"^^xsd:decimal ;
  dwc:decimalLongitude "49.098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_41'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_41'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.098'^^xsd:double;
  dwc:latitude '30.0865'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.098 30.0865, 49.098 30.0865, 49.098 30.0865, 49.098 30.0865, 49.098 30.0865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_41'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.095 49.0763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.095"^^xsd:decimal ;
  dwc:decimalLongitude "49.0763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_102'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2255_102'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0763'^^xsd:double;
  dwc:latitude '30.095'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0763 30.095, 49.0763 30.095, 49.0763 30.095, 49.0763 30.095, 49.0763 30.095))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_102'^^xsd:string;
  dwc:observationDate '2017-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0972 49.0773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0972"^^xsd:decimal ;
  dwc:decimalLongitude "49.0773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_101'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2255_101'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0773'^^xsd:double;
  dwc:latitude '30.0972'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0773 30.0972, 49.0773 30.0972, 49.0773 30.0972, 49.0773 30.0972, 49.0773 30.0972))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_101'^^xsd:string;
  dwc:observationDate '2017-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0907 49.094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0907"^^xsd:decimal ;
  dwc:decimalLongitude "49.094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_141'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2255_141'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.094'^^xsd:double;
  dwc:latitude '30.0907'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.094 30.0907, 49.094 30.0907, 49.094 30.0907, 49.094 30.0907, 49.094 30.0907))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_141'^^xsd:string;
  dwc:observationDate '2022-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0959 49.0915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0959"^^xsd:decimal ;
  dwc:decimalLongitude "49.0915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_121'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_121'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0915'^^xsd:double;
  dwc:latitude '30.0959'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0915 30.0959, 49.0915 30.0959, 49.0915 30.0959, 49.0915 30.0959, 49.0915 30.0959))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_121'^^xsd:string;
  dwc:observationDate '2018-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0859 49.1243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0859"^^xsd:decimal ;
  dwc:decimalLongitude "49.1243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_134'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_134'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1243'^^xsd:double;
  dwc:latitude '30.0859'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1243 30.0859, 49.1243 30.0859, 49.1243 30.0859, 49.1243 30.0859, 49.1243 30.0859))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_134'^^xsd:string;
  dwc:observationDate '2019-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0972 49.234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0972"^^xsd:decimal ;
  dwc:decimalLongitude "49.234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_138'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2020'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_138'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.234'^^xsd:double;
  dwc:latitude '30.0972'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.234 30.0972, 49.234 30.0972, 49.234 30.0972, 49.234 30.0972, 49.234 30.0972))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_138'^^xsd:string;
  dwc:observationDate '2020-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0803 49.4499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0803"^^xsd:decimal ;
  dwc:decimalLongitude "49.4499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_112'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_112'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.4499'^^xsd:double;
  dwc:latitude '30.0803'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.4499 30.0803, 49.4499 30.0803, 49.4499 30.0803, 49.4499 30.0803, 49.4499 30.0803))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_112'^^xsd:string;
  dwc:observationDate '2018-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0786 49.4538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0786"^^xsd:decimal ;
  dwc:decimalLongitude "49.4538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_113'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_113'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.4538'^^xsd:double;
  dwc:latitude '30.0786'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.4538 30.0786, 49.4538 30.0786, 49.4538 30.0786, 49.4538 30.0786, 49.4538 30.0786))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_113'^^xsd:string;
  dwc:observationDate '2018-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1371 49.0496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1371"^^xsd:decimal ;
  dwc:decimalLongitude "49.0496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_69'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2255_69'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0496'^^xsd:double;
  dwc:latitude '30.1371'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0496 30.1371, 49.0496 30.1371, 49.0496 30.1371, 49.0496 30.1371, 49.0496 30.1371))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_69'^^xsd:string;
  dwc:observationDate '2015-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1011 49.0658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1011"^^xsd:decimal ;
  dwc:decimalLongitude "49.0658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_57'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_57'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0658'^^xsd:double;
  dwc:latitude '30.1011'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0658 30.1011, 49.0658 30.1011, 49.0658 30.1011, 49.0658 30.1011, 49.0658 30.1011))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_57'^^xsd:string;
  dwc:observationDate '2015-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1225 49.0534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1225"^^xsd:decimal ;
  dwc:decimalLongitude "49.0534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_103'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2255_103'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0534'^^xsd:double;
  dwc:latitude '30.1225'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0534 30.1225, 49.0534 30.1225, 49.0534 30.1225, 49.0534 30.1225, 49.0534 30.1225))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_103'^^xsd:string;
  dwc:observationDate '2017-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1609 49.0402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1609"^^xsd:decimal ;
  dwc:decimalLongitude "49.0402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_44'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_44'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0402'^^xsd:double;
  dwc:latitude '30.1609'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0402 30.1609, 49.0402 30.1609, 49.0402 30.1609, 49.0402 30.1609, 49.0402 30.1609))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_44'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1765 49.0284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1765"^^xsd:decimal ;
  dwc:decimalLongitude "49.0284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_104'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2255_104'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0284'^^xsd:double;
  dwc:latitude '30.1765'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0284 30.1765, 49.0284 30.1765, 49.0284 30.1765, 49.0284 30.1765, 49.0284 30.1765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_104'^^xsd:string;
  dwc:observationDate '2017-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1745 49.0978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1745"^^xsd:decimal ;
  dwc:decimalLongitude "49.0978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_17'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2255_17'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0978'^^xsd:double;
  dwc:latitude '30.1745'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0978 30.1745, 49.0978 30.1745, 49.0978 30.1745, 49.0978 30.1745, 49.0978 30.1745))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_17'^^xsd:string;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1111 49.1209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1111"^^xsd:decimal ;
  dwc:decimalLongitude "49.1209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_135'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_135'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1209'^^xsd:double;
  dwc:latitude '30.1111'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1209 30.1111, 49.1209 30.1111, 49.1209 30.1111, 49.1209 30.1111, 49.1209 30.1111))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_135'^^xsd:string;
  dwc:observationDate '2019-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.117 49.1281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.117"^^xsd:decimal ;
  dwc:decimalLongitude "49.1281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_35'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2255_35'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1281'^^xsd:double;
  dwc:latitude '30.117'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1281 30.117, 49.1281 30.117, 49.1281 30.117, 49.1281 30.117, 49.1281 30.117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_35'^^xsd:string;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1241 49.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1241"^^xsd:decimal ;
  dwc:decimalLongitude "49.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_119'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2255_119'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1183'^^xsd:double;
  dwc:latitude '30.1241'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1183 30.1241, 49.1183 30.1241, 49.1183 30.1241, 49.1183 30.1241, 49.1183 30.1241))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_119'^^xsd:string;
  dwc:observationDate '2018-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1246 49.1192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1246"^^xsd:decimal ;
  dwc:decimalLongitude "49.1192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_116'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2255_116'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1192'^^xsd:double;
  dwc:latitude '30.1246'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1192 30.1246, 49.1192 30.1246, 49.1192 30.1246, 49.1192 30.1246, 49.1192 30.1246))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_116'^^xsd:string;
  dwc:observationDate '2018-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1222 49.1241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1222"^^xsd:decimal ;
  dwc:decimalLongitude "49.1241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_90'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2255_90'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1241'^^xsd:double;
  dwc:latitude '30.1222'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1241 30.1222, 49.1241 30.1222, 49.1241 30.1222, 49.1241 30.1222, 49.1241 30.1222))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_90'^^xsd:string;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1233 49.1207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1233"^^xsd:decimal ;
  dwc:decimalLongitude "49.1207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_136'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_136'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1207'^^xsd:double;
  dwc:latitude '30.1233'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1207 30.1233, 49.1207 30.1233, 49.1207 30.1233, 49.1207 30.1233, 49.1207 30.1233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_136'^^xsd:string;
  dwc:observationDate '2019-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1208 49.129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1208"^^xsd:decimal ;
  dwc:decimalLongitude "49.129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_100'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2255_100'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.129'^^xsd:double;
  dwc:latitude '30.1208'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.129 30.1208, 49.129 30.1208, 49.129 30.1208, 49.129 30.1208, 49.129 30.1208))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_100'^^xsd:string;
  dwc:observationDate '2017-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1203 49.1296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1203"^^xsd:decimal ;
  dwc:decimalLongitude "49.1296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_36'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2255_36'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1296'^^xsd:double;
  dwc:latitude '30.1203'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1296 30.1203, 49.1296 30.1203, 49.1296 30.1203, 49.1296 30.1203, 49.1296 30.1203))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_36'^^xsd:string;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1218 49.1339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1218"^^xsd:decimal ;
  dwc:decimalLongitude "49.1339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_87'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_87'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1339'^^xsd:double;
  dwc:latitude '30.1218'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1339 30.1218, 49.1339 30.1218, 49.1339 30.1218, 49.1339 30.1218, 49.1339 30.1218))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_87'^^xsd:string;
  dwc:observationDate '2016-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1257 49.1304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1257"^^xsd:decimal ;
  dwc:decimalLongitude "49.1304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_86'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2255_86'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1304'^^xsd:double;
  dwc:latitude '30.1257'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1304 30.1257, 49.1304 30.1257, 49.1304 30.1257, 49.1304 30.1257, 49.1304 30.1257))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_86'^^xsd:string;
  dwc:observationDate '2016-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1269 49.1362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1269"^^xsd:decimal ;
  dwc:decimalLongitude "49.1362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_120'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_120'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1362'^^xsd:double;
  dwc:latitude '30.1269'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1362 30.1269, 49.1362 30.1269, 49.1362 30.1269, 49.1362 30.1269, 49.1362 30.1269))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_120'^^xsd:string;
  dwc:observationDate '2018-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1288 49.1416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1288"^^xsd:decimal ;
  dwc:decimalLongitude "49.1416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_33'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2255_33'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1416'^^xsd:double;
  dwc:latitude '30.1288'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1416 30.1288, 49.1416 30.1288, 49.1416 30.1288, 49.1416 30.1288, 49.1416 30.1288))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_33'^^xsd:string;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1291 49.1405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1291"^^xsd:decimal ;
  dwc:decimalLongitude "49.1405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_97'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2255_97'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1405'^^xsd:double;
  dwc:latitude '30.1291'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1405 30.1291, 49.1405 30.1291, 49.1405 30.1291, 49.1405 30.1291, 49.1405 30.1291))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_97'^^xsd:string;
  dwc:observationDate '2017-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1305 49.118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1305"^^xsd:decimal ;
  dwc:decimalLongitude "49.118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_20'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2255_20'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.118'^^xsd:double;
  dwc:latitude '30.1305'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.118 30.1305, 49.118 30.1305, 49.118 30.1305, 49.118 30.1305, 49.118 30.1305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_20'^^xsd:string;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1332 49.1223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1332"^^xsd:decimal ;
  dwc:decimalLongitude "49.1223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_115'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2255_115'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1223'^^xsd:double;
  dwc:latitude '30.1332'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1223 30.1332, 49.1223 30.1332, 49.1223 30.1332, 49.1223 30.1332, 49.1223 30.1332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_115'^^xsd:string;
  dwc:observationDate '2018-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1339 49.127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1339"^^xsd:decimal ;
  dwc:decimalLongitude "49.127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_19'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2255_19'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.127'^^xsd:double;
  dwc:latitude '30.1339'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.127 30.1339, 49.127 30.1339, 49.127 30.1339, 49.127 30.1339, 49.127 30.1339))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_19'^^xsd:string;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1465 49.1132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1465"^^xsd:decimal ;
  dwc:decimalLongitude "49.1132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_6'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_6'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1132'^^xsd:double;
  dwc:latitude '30.1465'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1132 30.1465, 49.1132 30.1465, 49.1132 30.1465, 49.1132 30.1465, 49.1132 30.1465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_6'^^xsd:string;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1299 49.164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1299"^^xsd:decimal ;
  dwc:decimalLongitude "49.164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_34'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2255_34'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.164'^^xsd:double;
  dwc:latitude '30.1299'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.164 30.1299, 49.164 30.1299, 49.164 30.1299, 49.164 30.1299, 49.164 30.1299))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_34'^^xsd:string;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1281 49.1669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1281"^^xsd:decimal ;
  dwc:decimalLongitude "49.1669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_40'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_40'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1669'^^xsd:double;
  dwc:latitude '30.1281'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1669 30.1281, 49.1669 30.1281, 49.1669 30.1281, 49.1669 30.1281, 49.1669 30.1281))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_40'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1632 49.1007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1632"^^xsd:decimal ;
  dwc:decimalLongitude "49.1007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_81'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2255_81'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1007'^^xsd:double;
  dwc:latitude '30.1632'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1007 30.1632, 49.1007 30.1632, 49.1007 30.1632, 49.1007 30.1632, 49.1007 30.1632))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_81'^^xsd:string;
  dwc:observationDate '2016-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.163 49.1011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.163"^^xsd:decimal ;
  dwc:decimalLongitude "49.1011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_18'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2255_18'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1011'^^xsd:double;
  dwc:latitude '30.163'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1011 30.163, 49.1011 30.163, 49.1011 30.163, 49.1011 30.163, 49.1011 30.163))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_18'^^xsd:string;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1783 49.1664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1783"^^xsd:decimal ;
  dwc:decimalLongitude "49.1664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_133'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_133'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1664'^^xsd:double;
  dwc:latitude '30.1783'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1664 30.1783, 49.1664 30.1783, 49.1664 30.1783, 49.1664 30.1783, 49.1664 30.1783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_133'^^xsd:string;
  dwc:observationDate '2019-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1737 49.1919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1737"^^xsd:decimal ;
  dwc:decimalLongitude "49.1919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_39'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_39'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1919'^^xsd:double;
  dwc:latitude '30.1737'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1919 30.1737, 49.1919 30.1737, 49.1919 30.1737, 49.1919 30.1737, 49.1919 30.1737))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_39'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1743 49.1924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1743"^^xsd:decimal ;
  dwc:decimalLongitude "49.1924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_108'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2255_108'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1924'^^xsd:double;
  dwc:latitude '30.1743'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1924 30.1743, 49.1924 30.1743, 49.1924 30.1743, 49.1924 30.1743, 49.1924 30.1743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_108'^^xsd:string;
  dwc:observationDate '2018-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1806 49.153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1806"^^xsd:decimal ;
  dwc:decimalLongitude "49.153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_32'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2255_32'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.153'^^xsd:double;
  dwc:latitude '30.1806'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.153 30.1806, 49.153 30.1806, 49.153 30.1806, 49.153 30.1806, 49.153 30.1806))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_32'^^xsd:string;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1831 49.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1831"^^xsd:decimal ;
  dwc:decimalLongitude "49.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_109'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2255_109'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1975'^^xsd:double;
  dwc:latitude '30.1831'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1975 30.1831, 49.1975 30.1831, 49.1975 30.1831, 49.1975 30.1831, 49.1975 30.1831))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_109'^^xsd:string;
  dwc:observationDate '2018-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1334 49.2379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1334"^^xsd:decimal ;
  dwc:decimalLongitude "49.2379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_29'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2255_29'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2379'^^xsd:double;
  dwc:latitude '30.1334'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2379 30.1334, 49.2379 30.1334, 49.2379 30.1334, 49.2379 30.1334, 49.2379 30.1334))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_29'^^xsd:string;
  dwc:observationDate '2015-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1341 49.2371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1341"^^xsd:decimal ;
  dwc:decimalLongitude "49.2371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_128'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_128'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2371'^^xsd:double;
  dwc:latitude '30.1341'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2371 30.1341, 49.2371 30.1341, 49.2371 30.1341, 49.2371 30.1341, 49.2371 30.1341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_128'^^xsd:string;
  dwc:observationDate '2019-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1258 49.2936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1258"^^xsd:decimal ;
  dwc:decimalLongitude "49.2936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_111'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_111'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2936'^^xsd:double;
  dwc:latitude '30.1258'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2936 30.1258, 49.2936 30.1258, 49.2936 30.1258, 49.2936 30.1258, 49.2936 30.1258))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_111'^^xsd:string;
  dwc:observationDate '2018-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1577 49.2136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1577"^^xsd:decimal ;
  dwc:decimalLongitude "49.2136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_114'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_114'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2136'^^xsd:double;
  dwc:latitude '30.1577'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2136 30.1577, 49.2136 30.1577, 49.2136 30.1577, 49.2136 30.1577, 49.2136 30.1577))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_114'^^xsd:string;
  dwc:observationDate '2018-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1501 49.2218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1501"^^xsd:decimal ;
  dwc:decimalLongitude "49.2218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_129'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_129'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2218'^^xsd:double;
  dwc:latitude '30.1501'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2218 30.1501, 49.2218 30.1501, 49.2218 30.1501, 49.2218 30.1501, 49.2218 30.1501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_129'^^xsd:string;
  dwc:observationDate '2019-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1924 49.2017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1924"^^xsd:decimal ;
  dwc:decimalLongitude "49.2017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_31'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2255_31'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2017'^^xsd:double;
  dwc:latitude '30.1924'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2017 30.1924, 49.2017 30.1924, 49.2017 30.1924, 49.2017 30.1924, 49.2017 30.1924))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_31'^^xsd:string;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1176 49.4039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1176"^^xsd:decimal ;
  dwc:decimalLongitude "49.4039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_122'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2255_122'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.4039'^^xsd:double;
  dwc:latitude '30.1176'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.4039 30.1176, 49.4039 30.1176, 49.4039 30.1176, 49.4039 30.1176, 49.4039 30.1176))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_122'^^xsd:string;
  dwc:observationDate '2018-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2028 49.0049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2028"^^xsd:decimal ;
  dwc:decimalLongitude "49.0049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_80'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2255_80'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0049'^^xsd:double;
  dwc:latitude '30.2028'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0049 30.2028, 49.0049 30.2028, 49.0049 30.2028, 49.0049 30.2028, 49.0049 30.2028))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_80'^^xsd:string;
  dwc:observationDate '2016-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2036 49.0843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2036"^^xsd:decimal ;
  dwc:decimalLongitude "49.0843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_66'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2255_66'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0843'^^xsd:double;
  dwc:latitude '30.2036'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0843 30.2036, 49.0843 30.2036, 49.0843 30.2036, 49.0843 30.2036, 49.0843 30.2036))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_66'^^xsd:string;
  dwc:observationDate '2015-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2277 49.0746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2277"^^xsd:decimal ;
  dwc:decimalLongitude "49.0746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_82'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2255_82'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0746'^^xsd:double;
  dwc:latitude '30.2277'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0746 30.2277, 49.0746 30.2277, 49.0746 30.2277, 49.0746 30.2277, 49.0746 30.2277))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_82'^^xsd:string;
  dwc:observationDate '2016-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2641 49.0032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2641"^^xsd:decimal ;
  dwc:decimalLongitude "49.0032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_67'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2255_67'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0032'^^xsd:double;
  dwc:latitude '30.2641'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0032 30.2641, 49.0032 30.2641, 49.0032 30.2641, 49.0032 30.2641, 49.0032 30.2641))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_67'^^xsd:string;
  dwc:observationDate '2015-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2179 49.1347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2179"^^xsd:decimal ;
  dwc:decimalLongitude "49.1347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_85'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2255_85'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1347'^^xsd:double;
  dwc:latitude '30.2179'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1347 30.2179, 49.1347 30.2179, 49.1347 30.2179, 49.1347 30.2179, 49.1347 30.2179))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_85'^^xsd:string;
  dwc:observationDate '2016-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2179 49.1347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2179"^^xsd:decimal ;
  dwc:decimalLongitude "49.1347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_88'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_88'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1347'^^xsd:double;
  dwc:latitude '30.2179'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1347 30.2179, 49.1347 30.2179, 49.1347 30.2179, 49.1347 30.2179, 49.1347 30.2179))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_88'^^xsd:string;
  dwc:observationDate '2016-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2182 49.1995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2182"^^xsd:decimal ;
  dwc:decimalLongitude "49.1995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_132'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_132'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1995'^^xsd:double;
  dwc:latitude '30.2182'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1995 30.2182, 49.1995 30.2182, 49.1995 30.2182, 49.1995 30.2182, 49.1995 30.2182))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_132'^^xsd:string;
  dwc:observationDate '2019-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2255 49.216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2255"^^xsd:decimal ;
  dwc:decimalLongitude "49.216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_38'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_38'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.216'^^xsd:double;
  dwc:latitude '30.2255'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.216 30.2255, 49.216 30.2255, 49.216 30.2255, 49.216 30.2255, 49.216 30.2255))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_38'^^xsd:string;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2365 49.2277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2365"^^xsd:decimal ;
  dwc:decimalLongitude "49.2277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_131'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_131'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2277'^^xsd:double;
  dwc:latitude '30.2365'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2277 30.2365, 49.2277 30.2365, 49.2277 30.2365, 49.2277 30.2365, 49.2277 30.2365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_131'^^xsd:string;
  dwc:observationDate '2019-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2442 49.2315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2442"^^xsd:decimal ;
  dwc:decimalLongitude "49.2315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_130'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_130'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2315'^^xsd:double;
  dwc:latitude '30.2442'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2315 30.2442, 49.2315 30.2442, 49.2315 30.2442, 49.2315 30.2442, 49.2315 30.2442))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_130'^^xsd:string;
  dwc:observationDate '2019-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2593 49.2403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2593"^^xsd:decimal ;
  dwc:decimalLongitude "49.2403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_64'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2255_64'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2403'^^xsd:double;
  dwc:latitude '30.2593'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2403 30.2593, 49.2403 30.2593, 49.2403 30.2593, 49.2403 30.2593, 49.2403 30.2593))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_64'^^xsd:string;
  dwc:observationDate '2015-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2764 49.2451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2764"^^xsd:decimal ;
  dwc:decimalLongitude "49.2451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_96'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2255_96'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2451'^^xsd:double;
  dwc:latitude '30.2764'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2451 30.2764, 49.2451 30.2764, 49.2451 30.2764, 49.2451 30.2764, 49.2451 30.2764))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_96'^^xsd:string;
  dwc:observationDate '2017-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2876 49.246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2876"^^xsd:decimal ;
  dwc:decimalLongitude "49.246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_1'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2255_1'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.246'^^xsd:double;
  dwc:latitude '30.2876'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.246 30.2876, 49.246 30.2876, 49.246 30.2876, 49.246 30.2876, 49.246 30.2876))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_1'^^xsd:string;
  dwc:observationDate '2012-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3473 49.088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3473"^^xsd:decimal ;
  dwc:decimalLongitude "49.088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_75'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2255_75'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.088'^^xsd:double;
  dwc:latitude '30.3473'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.088 30.3473, 49.088 30.3473, 49.088 30.3473, 49.088 30.3473, 49.088 30.3473))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_75'^^xsd:string;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3946 49.0391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3946"^^xsd:decimal ;
  dwc:decimalLongitude "49.0391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_47'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2255_47'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0391'^^xsd:double;
  dwc:latitude '30.3946'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0391 30.3946, 49.0391 30.3946, 49.0391 30.3946, 49.0391 30.3946, 49.0391 30.3946))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_47'^^xsd:string;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3954 49.0386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3954"^^xsd:decimal ;
  dwc:decimalLongitude "49.0386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_74'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2255_74'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0386'^^xsd:double;
  dwc:latitude '30.3954'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0386 30.3954, 49.0386 30.3954, 49.0386 30.3954, 49.0386 30.3954, 49.0386 30.3954))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_74'^^xsd:string;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3928 49.0442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3928"^^xsd:decimal ;
  dwc:decimalLongitude "49.0442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_2'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_2'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0442'^^xsd:double;
  dwc:latitude '30.3928'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0442 30.3928, 49.0442 30.3928, 49.0442 30.3928, 49.0442 30.3928, 49.0442 30.3928))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_2'^^xsd:string;
  dwc:observationDate '2014-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3943 49.1867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3943"^^xsd:decimal ;
  dwc:decimalLongitude "49.1867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_48'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2255_48'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1867'^^xsd:double;
  dwc:latitude '30.3943'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1867 30.3943, 49.1867 30.3943, 49.1867 30.3943, 49.1867 30.3943, 49.1867 30.3943))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_48'^^xsd:string;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3196 49.2239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3196"^^xsd:decimal ;
  dwc:decimalLongitude "49.2239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_107'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2255_107'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2239'^^xsd:double;
  dwc:latitude '30.3196'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2239 30.3196, 49.2239 30.3196, 49.2239 30.3196, 49.2239 30.3196, 49.2239 30.3196))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_107'^^xsd:string;
  dwc:observationDate '2018-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3337 49.2148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3337"^^xsd:decimal ;
  dwc:decimalLongitude "49.2148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_21'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2255_21'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2148'^^xsd:double;
  dwc:latitude '30.3337'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2148 30.3337, 49.2148 30.3337, 49.2148 30.3337, 49.2148 30.3337, 49.2148 30.3337))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_21'^^xsd:string;
  dwc:observationDate '2015-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3419 49.2132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3419"^^xsd:decimal ;
  dwc:decimalLongitude "49.2132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_110'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_110'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2132'^^xsd:double;
  dwc:latitude '30.3419'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2132 30.3419, 49.2132 30.3419, 49.2132 30.3419, 49.2132 30.3419, 49.2132 30.3419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_110'^^xsd:string;
  dwc:observationDate '2018-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3496 49.2172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3496"^^xsd:decimal ;
  dwc:decimalLongitude "49.2172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_95'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2255_95'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.2172'^^xsd:double;
  dwc:latitude '30.3496'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.2172 30.3496, 49.2172 30.3496, 49.2172 30.3496, 49.2172 30.3496, 49.2172 30.3496))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_95'^^xsd:string;
  dwc:observationDate '2017-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.419 49.0389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.419"^^xsd:decimal ;
  dwc:decimalLongitude "49.0389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_5'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2255_5'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.0389'^^xsd:double;
  dwc:latitude '30.419'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.0389 30.419, 49.0389 30.419, 49.0389 30.419, 49.0389 30.419, 49.0389 30.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_5'^^xsd:string;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4186 49.1111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4186"^^xsd:decimal ;
  dwc:decimalLongitude "49.1111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_8'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_8'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1111'^^xsd:double;
  dwc:latitude '30.4186'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1111 30.4186, 49.1111 30.4186, 49.1111 30.4186, 49.1111 30.4186, 49.1111 30.4186))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_8'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4291 49.1165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4291"^^xsd:decimal ;
  dwc:decimalLongitude "49.1165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_137'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2020'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_137'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1165'^^xsd:double;
  dwc:latitude '30.4291'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1165 30.4291, 49.1165 30.4291, 49.1165 30.4291, 49.1165 30.4291, 49.1165 30.4291))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_137'^^xsd:string;
  dwc:observationDate '2020-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4334 49.1246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4334"^^xsd:decimal ;
  dwc:decimalLongitude "49.1246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_16'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_16'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1246'^^xsd:double;
  dwc:latitude '30.4334'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1246 30.4334, 49.1246 30.4334, 49.1246 30.4334, 49.1246 30.4334, 49.1246 30.4334))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_16'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4519 49.1701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4519"^^xsd:decimal ;
  dwc:decimalLongitude "49.1701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_123'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2255_123'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1701'^^xsd:double;
  dwc:latitude '30.4519'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1701 30.4519, 49.1701 30.4519, 49.1701 30.4519, 49.1701 30.4519, 49.1701 30.4519))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_123'^^xsd:string;
  dwc:observationDate '2018-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4635 49.1811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4635"^^xsd:decimal ;
  dwc:decimalLongitude "49.1811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_30'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2255_30'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1811'^^xsd:double;
  dwc:latitude '30.4635'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1811 30.4635, 49.1811 30.4635, 49.1811 30.4635, 49.1811 30.4635, 49.1811 30.4635))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_30'^^xsd:string;
  dwc:observationDate '2015-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1702 49.8535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1702"^^xsd:decimal ;
  dwc:decimalLongitude "49.8535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_142'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2255_142'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.8535'^^xsd:double;
  dwc:latitude '30.1702'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.8535 30.1702, 49.8535 30.1702, 49.8535 30.1702, 49.8535 30.1702, 49.8535 30.1702))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_142'^^xsd:string;
  dwc:observationDate '2022-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4677 49.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4677"^^xsd:decimal ;
  dwc:decimalLongitude "49.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_7'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2255_7'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.19'^^xsd:double;
  dwc:latitude '30.4677'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.19 30.4677, 49.19 30.4677, 49.19 30.4677, 49.19 30.4677, 49.19 30.4677))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_7'^^xsd:string;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1993 49.1995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1993"^^xsd:decimal ;
  dwc:decimalLongitude "49.1995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_144'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2255_144'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '49.1995'^^xsd:double;
  dwc:latitude '30.1993'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.1995 30.1993, 49.1995 30.1993, 49.1995 30.1993, 49.1995 30.1993, 49.1995 30.1993))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_144'^^xsd:string;
  dwc:observationDate '2022-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3978 48.9932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3978"^^xsd:decimal ;
  dwc:decimalLongitude "48.9932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_15'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2255_15'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.9932'^^xsd:double;
  dwc:latitude '30.3978'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.9932 30.3978, 48.9932 30.3978, 48.9932 30.3978, 48.9932 30.3978, 48.9932 30.3978))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_15'^^xsd:string;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8727 48.7149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8727"^^xsd:decimal ;
  dwc:decimalLongitude "48.7149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_28'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2255_28'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7149'^^xsd:double;
  dwc:latitude '29.8727'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7149 29.8727, 48.7149 29.8727, 48.7149 29.8727, 48.7149 29.8727, 48.7149 29.8727))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_28'^^xsd:string;
  dwc:observationDate '2015-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8558__2255_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8558__2255_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8558__2255_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9887 48.7379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9887"^^xsd:decimal ;
  dwc:decimalLongitude "48.7379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11.13"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8558__2255_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2255_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8558_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2023-06-02'^^xsd:date;
  dwc:institutionCode 'Mohammad Sadeghsaba'^^xsd:string;
  dwc:collectionCode '2255'^^xsd:integer;
  dwc:catalogNumber '2255_139'^^xsd:string;
  dwc:scientificName 'Sousa plumbea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2020'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2255_139'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Iran,Khuzestan,Persian Gulf'^^xsd:string;
  dwc:longitude '48.7379'^^xsd:double;
  dwc:latitude '29.9887'^^xsd:double;
  dwc:coordinatePrecision '11.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.7379 29.9887, 48.7379 29.9887, 48.7379 29.9887, 48.7379 29.9887, 48.7379 29.9887))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sousa plumbea" by the provider'^^xsd:string;
  dwc:aphiaid '383586'^^xsd:integer;
  dwc:occurrenceId '2255_139'^^xsd:string;
  dwc:observationDate '2020-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '383586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
# EOF