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

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_334'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_334'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_335'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_335'^^xsd:string;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_336'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_336'^^xsd:string;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_338'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_338'^^xsd:string;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_339'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_339'^^xsd:string;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_340'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_340'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_342'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_342'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_343'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_343'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_345'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_345'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_628'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_628'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_629'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_629'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_630'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_630'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_632'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_632'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_633'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_633'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_634'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_634'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_636'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_636'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.81666666666667 -21.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5180"^^xsd:integer ;
  dwc:maximumDepthInMeters "5180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_637'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.333333333333'^^xsd:double;
  dwc:latitude '34.816666666667'^^xsd:double;
  dwc:minimumDepth '5180'^^xsd:integer;
  dwc:maximumDepth '5180'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_637'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_638'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_638'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_640'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_640'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_641'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_641'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_643'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_643'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_644'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_644'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_645'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_645'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_647'^^xsd:string;
  dwc:scientificName 'Bathystyeloides laubieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Some records of this species indepths exceeding 2000 m in NE Atlantic (Monniot,Monniot, 1974b), are not listed because specimens belonging to B. dubius were recorded under the name  B. laubieri, and these records cannot be separated.'^^xsd:string;
  dwc:aphiaid '103858'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_647'^^xsd:string;
  dwc:aphiaIdAccepted '103858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_648'^^xsd:string;
  dwc:scientificName 'Bathystyeloides laubieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103858'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_648'^^xsd:string;
  dwc:aphiaIdAccepted '103858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_650'^^xsd:string;
  dwc:scientificName 'Bathystyeloides laubieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103858'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_650'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_651'^^xsd:string;
  dwc:scientificName 'Bathystyeloides laubieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103858'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_651'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_652'^^xsd:string;
  dwc:scientificName 'Bathystyeloides laubieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103858'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_652'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_654'^^xsd:string;
  dwc:scientificName 'Bathystyeloides dubius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103856'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_654'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103856'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_655'^^xsd:string;
  dwc:scientificName 'Bathyoncus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.9333333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3330'^^xsd:integer;
  dwc:aphiaid '103855'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_655'^^xsd:string;
  dwc:aphiaIdAccepted '103855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_657'^^xsd:string;
  dwc:scientificName 'Bathyoncus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103855'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_657'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103855'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_658'^^xsd:string;
  dwc:scientificName 'Bathyoncus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103855'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_658'^^xsd:string;
  dwc:aphiaIdAccepted '103855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_660'^^xsd:string;
  dwc:scientificName 'Cratostigma simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '103822'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_660'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103822'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.666666666666664 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2912"^^xsd:integer ;
  dwc:maximumDepthInMeters "2912"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_665'^^xsd:string;
  dwc:scientificName 'Cratostigma simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '54.666666666667'^^xsd:double;
  dwc:minimumDepth '2912'^^xsd:integer;
  dwc:maximumDepth '2912'^^xsd:integer;
  dwc:aphiaid '103822'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_665'^^xsd:string;
  dwc:aphiaIdAccepted '103822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.25 -10.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.25"^^xsd:decimal ;
  dwc:decimalLongitude "-10.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_666'^^xsd:string;
  dwc:scientificName 'Cratostigma simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.433333333333'^^xsd:double;
  dwc:latitude '57.25'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '103822'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_666'^^xsd:string;
  dwc:aphiaIdAccepted '103822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_668'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_668'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_669'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_669'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_670'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_670'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_672'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_672'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_673'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_673'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_675'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_675'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_676'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_676'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_677'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_677'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_679'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_679'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_680'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_680'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_682'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_682'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_683'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_683'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_684'^^xsd:string;
  dwc:scientificName 'Bolteniopsis sessilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103818'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_684'^^xsd:string;
  dwc:aphiaIdAccepted '103818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_690'^^xsd:string;
  dwc:scientificName 'Bolteniopsis sessilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103818'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_690'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103818'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_691'^^xsd:string;
  dwc:scientificName 'Hemistyela pilosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '250687'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_691'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '250687'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_692'^^xsd:string;
  dwc:scientificName 'Hemistyela pilosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '250687'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_692'^^xsd:string;
  dwc:aphiaIdAccepted '250687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_694'^^xsd:string;
  dwc:scientificName 'Hemistyela pilosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '250687'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_694'^^xsd:string;
  dwc:aphiaIdAccepted '250687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_695'^^xsd:string;
  dwc:scientificName 'Hemistyela pilosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '250687'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_695'^^xsd:string;
  dwc:aphiaIdAccepted '250687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43 -7.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43"^^xsd:decimal ;
  dwc:decimalLongitude "-7.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3970"^^xsd:integer ;
  dwc:maximumDepthInMeters "3970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_697'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-7.88'^^xsd:double;
  dwc:latitude '47.43'^^xsd:double;
  dwc:minimumDepth '3970'^^xsd:integer;
  dwc:maximumDepth '3970'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_697'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_769'^^xsd:string;
  dwc:scientificName 'Pareugyrioides chardyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103810'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_769'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_771'^^xsd:string;
  dwc:scientificName 'Pareugyrioides chardyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103810'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_771'^^xsd:string;
  dwc:aphiaIdAccepted '103810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_772'^^xsd:string;
  dwc:scientificName 'Pareugyrioides chardyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103810'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_772'^^xsd:string;
  dwc:aphiaIdAccepted '103810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_773'^^xsd:string;
  dwc:scientificName 'Pareugyrioides chardyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103810'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_773'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.31816666666667 1.65133333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.31816666666667"^^xsd:decimal ;
  dwc:decimalLongitude "1.65133333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2538"^^xsd:integer ;
  dwc:maximumDepthInMeters "2538"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_776'^^xsd:string;
  dwc:scientificName 'Asajirus indicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6513333333333'^^xsd:double;
  dwc:latitude '64.318166666667'^^xsd:double;
  dwc:minimumDepth '2538'^^xsd:integer;
  dwc:maximumDepth '2538'^^xsd:integer;
  dwc:aphiaid '249962'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_776'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '249962'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_698'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_698'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_700'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_700'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_701'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.466666666667'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_701'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_702'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_702'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_704'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_704'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_705'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_705'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_706'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_706'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_708'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_708'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_709'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_709'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_711'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_711'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_712'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_712'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_714'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_714'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.733333333333334 -30.483333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-30.483333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2066"^^xsd:integer ;
  dwc:maximumDepthInMeters "2134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_715'^^xsd:string;
  dwc:scientificName 'Anomopera ingolfiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-30.483333333333'^^xsd:double;
  dwc:latitude '61.733333333333'^^xsd:double;
  dwc:minimumDepth '2066'^^xsd:integer;
  dwc:maximumDepth '2134'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The taxonomic position of this species is not clear. Van Name (1945: 428) pointed out that  Anomopera  “does not appear to differ very greatly from  Molgula ”; One specimen recorded between the Iceland and Greenland.'^^xsd:string;
  dwc:aphiaid '103762'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_715'^^xsd:string;
  dwc:aphiaIdAccepted '103762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_716'^^xsd:string;
  dwc:scientificName 'Molgula tethys'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:longitude '4.4675'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:aphiaid '103806'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_716'^^xsd:string;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103806'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_718'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_718'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_719'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_719'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_721'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_721'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_722'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_722'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_724'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_724'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_725'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_725'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_726'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_726'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_728'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_728'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 -12.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_729'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.283333333333'^^xsd:double;
  dwc:latitude '53.65'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_729'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_730'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.566666666667'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_730'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2921"^^xsd:integer ;
  dwc:maximumDepthInMeters "2921"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_732'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:minimumDepth '2921'^^xsd:integer;
  dwc:maximumDepth '2921'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_732'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_733'^^xsd:string;
  dwc:scientificName 'Protomolgula bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103811'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_733'^^xsd:string;
  dwc:aphiaIdAccepted '103811'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_737'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_737'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_738'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_738'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_739'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_739'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_741'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_741'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_742'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_742'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_744'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_744'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_745'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_745'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88333333333333 -21.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_747'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.433333333333'^^xsd:double;
  dwc:latitude '34.883333333333'^^xsd:double;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_747'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_748'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_748'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.11666666666667 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.266666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_269'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '40.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_269'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_270'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_270'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2119"^^xsd:integer ;
  dwc:maximumDepthInMeters "2119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_318'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7166666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2119'^^xsd:integer;
  dwc:maximumDepth '2119'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_318'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4835"^^xsd:decimal ;
  dwc:decimalLongitude "-8.268333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2141"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_319'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.2683333333333'^^xsd:double;
  dwc:latitude '47.4835'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2141'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_319'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_321'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_321'^^xsd:string;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_322'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_322'^^xsd:string;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5 -11.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2483"^^xsd:integer ;
  dwc:maximumDepthInMeters "2505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_324'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.166666666667'^^xsd:double;
  dwc:latitude '56.5'^^xsd:double;
  dwc:minimumDepth '2483'^^xsd:integer;
  dwc:maximumDepth '2505'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_324'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.2 -7.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.2"^^xsd:decimal ;
  dwc:decimalLongitude "-7.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2035"^^xsd:integer ;
  dwc:maximumDepthInMeters "2040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_325'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:longitude '-7.8833333333333'^^xsd:double;
  dwc:latitude '35.2'^^xsd:double;
  dwc:minimumDepth '2035'^^xsd:integer;
  dwc:maximumDepth '2040'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_325'^^xsd:string;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_326'^^xsd:string;
  dwc:scientificName 'Octacnemus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: It is possible that several different Octacnemus species have been recorded under the name  O. ingolfi (Sanamyan, Sanamyan, 2002)'^^xsd:string;
  dwc:aphiaid '103752'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_326'^^xsd:string;
  dwc:aphiaIdAccepted '103752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_328'^^xsd:string;
  dwc:scientificName 'Octacnemus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103752'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_328'^^xsd:string;
  dwc:aphiaIdAccepted '103752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_329'^^xsd:string;
  dwc:scientificName 'Octacnemus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103752'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_329'^^xsd:string;
  dwc:aphiaIdAccepted '103752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_330'^^xsd:string;
  dwc:scientificName 'Octacnemus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103752'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_330'^^xsd:string;
  dwc:aphiaIdAccepted '103752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_331'^^xsd:string;
  dwc:scientificName 'Octacnemus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103752'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_331'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_333'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_333'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_540'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_540'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_542'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_542'^^xsd:string;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_543'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_543'^^xsd:string;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_544'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_544'^^xsd:string;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2093"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_546'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2093'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_546'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5 -11.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2483"^^xsd:integer ;
  dwc:maximumDepthInMeters "2505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_547'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.166666666667'^^xsd:double;
  dwc:latitude '56.5'^^xsd:double;
  dwc:minimumDepth '2483'^^xsd:integer;
  dwc:maximumDepth '2505'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_547'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_549'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_549'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_550'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_550'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3100"^^xsd:integer ;
  dwc:maximumDepthInMeters "3100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_551'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '3100'^^xsd:integer;
  dwc:maximumDepth '3100'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_551'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_553'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_553'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_503'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa digonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103869'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_503'^^xsd:string;
  dwc:aphiaIdAccepted '103869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_505'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa digonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103869'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_505'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103869'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_506'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Originally described from the Swedish coast of the Skagerrak at only 80 m, the species has been recorded subsequently several times from the Northeast Atlantic at depths not exceeding 1000 m. In addition, there are two records from 4339 and 4490 m'^^xsd:string;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_506'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_507'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_507'^^xsd:string;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_509'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_509'^^xsd:string;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_510'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_510'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81666666666667 -19.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_511'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-19.15'^^xsd:double;
  dwc:latitude '36.816666666667'^^xsd:double;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_511'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_513'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_513'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.81666666666667 -21.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5180"^^xsd:integer ;
  dwc:maximumDepthInMeters "5180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_514'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.333333333333'^^xsd:double;
  dwc:latitude '34.816666666667'^^xsd:double;
  dwc:minimumDepth '5180'^^xsd:integer;
  dwc:maximumDepth '5180'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_514'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.983333333333334 -15.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-15.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5320"^^xsd:integer ;
  dwc:maximumDepthInMeters "5320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_516'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.066666666667'^^xsd:double;
  dwc:latitude '39.983333333333'^^xsd:double;
  dwc:minimumDepth '5320'^^xsd:integer;
  dwc:maximumDepth '5320'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_516'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_497'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_497'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_498'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_498'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_499'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa digonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103869'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_499'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103869'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_501'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa digonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103869'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_501'^^xsd:string;
  dwc:aphiaIdAccepted '103869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_502'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa digonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103869'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_502'^^xsd:string;
  dwc:aphiaIdAccepted '103869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_605'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_605'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_607'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_607'^^xsd:string;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_608'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_608'^^xsd:string;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_610'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_610'^^xsd:string;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_611'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_611'^^xsd:string;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_517'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_517'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_519'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_519'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_520'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_520'^^xsd:string;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_521'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_521'^^xsd:string;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68333333333333 -12.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.68333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2892"^^xsd:integer ;
  dwc:maximumDepthInMeters "2892"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_525'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.233333333333'^^xsd:double;
  dwc:latitude '54.683333333333'^^xsd:double;
  dwc:minimumDepth '2892'^^xsd:integer;
  dwc:maximumDepth '2892'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_525'^^xsd:string;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_569'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_569'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_570'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_570'^^xsd:string;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_571'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_571'^^xsd:string;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -4.30333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-4.30333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1845"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_573'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3033333333333'^^xsd:double;
  dwc:startLongitude '-4.25'^^xsd:double;
  dwc:endLongitude '-4.35667'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.07667'^^xsd:double;
  dwc:endLatitude '44.18833'^^xsd:double;
  dwc:minimumDepth '1845'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_573'^^xsd:string;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_574'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_574'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_590'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_590'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88333333333333 -21.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_591'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.433333333333'^^xsd:double;
  dwc:latitude '34.883333333333'^^xsd:double;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_591'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_593'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_593'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_594'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_594'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.733333333333334 -16.235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-16.235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_604'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-16.235'^^xsd:double;
  dwc:latitude '40.733333333333'^^xsd:double;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_604'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_526'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_526'^^xsd:string;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_528'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_528'^^xsd:string;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_529'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_529'^^xsd:string;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_530'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_530'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_532'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_532'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.18333333333333 -7.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2028"^^xsd:integer ;
  dwc:maximumDepthInMeters "2035"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_533'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:longitude '-7.8333333333333'^^xsd:double;
  dwc:latitude '35.183333333333'^^xsd:double;
  dwc:minimumDepth '2028'^^xsd:integer;
  dwc:maximumDepth '2035'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_533'^^xsd:string;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_535'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.9333333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3330'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_535'^^xsd:string;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_536'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_536'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_537'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_537'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_539'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_539'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_554'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_554'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_556'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_556'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_557'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_557'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_558'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_558'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.983333333333334 -15.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-15.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5320"^^xsd:integer ;
  dwc:maximumDepthInMeters "5320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_560'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.066666666667'^^xsd:double;
  dwc:latitude '39.983333333333'^^xsd:double;
  dwc:minimumDepth '5320'^^xsd:integer;
  dwc:maximumDepth '5320'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_560'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_561'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_561'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_562'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_562'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_564'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_564'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_565'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_565'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_567'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_567'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_575'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_575'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_576'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_576'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_578'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_578'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_579'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_579'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.233333333333334 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2260"^^xsd:integer ;
  dwc:maximumDepthInMeters "2260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_582'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.233333333333'^^xsd:double;
  dwc:minimumDepth '2260'^^xsd:integer;
  dwc:maximumDepth '2260'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_582'^^xsd:string;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_583'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_583'^^xsd:string;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.45 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.45"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_585'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '37.45'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_585'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.11666666666667 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.266666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_586'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '40.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_586'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_587'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_587'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_589'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_589'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2093"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_613'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2093'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_613'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_614'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_614'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81666666666667 -19.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_616'^^xsd:string;
  dwc:scientificName 'Dicarpa simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-19.15'^^xsd:double;
  dwc:latitude '36.816666666667'^^xsd:double;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:aphiaid '183127'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_616'^^xsd:string;
  dwc:aphiaIdAccepted '183127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_617'^^xsd:string;
  dwc:scientificName 'Dicarpa simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '183127'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_617'^^xsd:string;
  dwc:aphiaIdAccepted '183127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_619'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_619'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_620'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_620'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.70891666666665 -9.925583333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.70891666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.925583333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4660"^^xsd:integer ;
  dwc:maximumDepthInMeters "4795"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_622'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-9.9255833333333'^^xsd:double;
  dwc:startLongitude '-9.95033'^^xsd:double;
  dwc:endLongitude '-9.90083'^^xsd:double;
  dwc:latitude '46.708916666667'^^xsd:double;
  dwc:startLatitude '46.70033'^^xsd:double;
  dwc:endLatitude '46.7175'^^xsd:double;
  dwc:minimumDepth '4660'^^xsd:integer;
  dwc:maximumDepth '4795'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_622'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_623'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_623'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_625'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_625'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_626'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_626'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.98383333333334 4.4675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.98383333333334"^^xsd:decimal ;
  dwc:decimalLongitude "4.4675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2665"^^xsd:integer ;
  dwc:maximumDepthInMeters "2665"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_475'^^xsd:string;
  dwc:scientificName 'Polycarpa caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:longitude '4.4675'^^xsd:double;
  dwc:latitude '40.983833333333'^^xsd:double;
  dwc:minimumDepth '2665'^^xsd:integer;
  dwc:maximumDepth '2665'^^xsd:integer;
  dwc:aphiaid '103898'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_475'^^xsd:string;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103898'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_477'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bathyphila'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103864'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_477'^^xsd:string;
  dwc:aphiaIdAccepted '103864'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1 -26.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1"^^xsd:decimal ;
  dwc:decimalLongitude "-26.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3075"^^xsd:integer ;
  dwc:maximumDepthInMeters "3075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_478'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bathyphila'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-26.25'^^xsd:double;
  dwc:latitude '38.1'^^xsd:double;
  dwc:minimumDepth '3075'^^xsd:integer;
  dwc:maximumDepth '3075'^^xsd:integer;
  dwc:aphiaid '103864'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_478'^^xsd:string;
  dwc:aphiaIdAccepted '103864'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_479'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bathyphila'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '103864'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_479'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103864'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_481'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bathyphila'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103864'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_481'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103864'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_482'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bathyphila'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103864'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_482'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103864'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.11666666666667 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.266666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_484'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '40.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_484'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_485'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_485'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_486'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_486'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_488'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_488'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_489'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_489'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_491'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_491'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_492'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_492'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88333333333333 -21.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_493'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.433333333333'^^xsd:double;
  dwc:latitude '34.883333333333'^^xsd:double;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_493'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_495'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_495'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_794'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_794'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.11666666666667 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.266666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_795'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '40.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_795'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_796'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_796'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_797'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_797'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_798'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_798'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_799'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_799'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_800'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_800'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_367'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_367'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_368'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_368'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_369'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_369'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_370'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_370'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88333333333333 -21.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_371'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.433333333333'^^xsd:double;
  dwc:latitude '34.883333333333'^^xsd:double;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_371'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_372'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_372'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.81666666666667 -21.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5180"^^xsd:integer ;
  dwc:maximumDepthInMeters "5180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_373'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.333333333333'^^xsd:double;
  dwc:latitude '34.816666666667'^^xsd:double;
  dwc:minimumDepth '5180'^^xsd:integer;
  dwc:maximumDepth '5180'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_373'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_403'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_403'^^xsd:string;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_404'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_404'^^xsd:string;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_405'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_405'^^xsd:string;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_406'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_406'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_407'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_407'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_408'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_408'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_409'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_409'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_310'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_310'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_311'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_311'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_312'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_312'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.916666666666664 -17.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2420"^^xsd:integer ;
  dwc:maximumDepthInMeters "2420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_425'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-17.883333333333'^^xsd:double;
  dwc:latitude '53.916666666667'^^xsd:double;
  dwc:minimumDepth '2420'^^xsd:integer;
  dwc:maximumDepth '2420'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_425'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_426'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_426'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_427'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_427'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_596'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_596'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_468'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.566666666667'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_468'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2921"^^xsd:integer ;
  dwc:maximumDepthInMeters "2921"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_469'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:minimumDepth '2921'^^xsd:integer;
  dwc:maximumDepth '2921'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_469'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_470'^^xsd:string;
  dwc:scientificName 'Polycarpa biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '103897'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_470'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103897'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_471'^^xsd:string;
  dwc:scientificName 'Polycarpa biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '103897'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_471'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103897'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_472'^^xsd:string;
  dwc:scientificName 'Polycarpa biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103897'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_472'^^xsd:string;
  dwc:aphiaIdAccepted '103897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_473'^^xsd:string;
  dwc:scientificName 'Polycarpa biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103897'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_473'^^xsd:string;
  dwc:aphiaIdAccepted '103897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8345 5.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8345"^^xsd:decimal ;
  dwc:decimalLongitude "5.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_474'^^xsd:string;
  dwc:scientificName 'Polycarpa caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:longitude '5.3666666666667'^^xsd:double;
  dwc:latitude '37.8345'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:aphiaid '103898'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_474'^^xsd:string;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103898'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.733333333333334 -16.235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-16.235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_313'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-16.235'^^xsd:double;
  dwc:latitude '40.733333333333'^^xsd:double;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_313'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_314'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_314'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_315'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_315'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_316'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_316'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_396'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_396'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_397'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_397'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_398'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_398'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_399'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_399'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_400'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_400'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_401'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_401'^^xsd:string;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_402'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_402'^^xsd:string;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_255'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_255'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_256'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_256'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_257'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_257'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.81666666666667 -21.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5180"^^xsd:integer ;
  dwc:maximumDepthInMeters "5180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_258'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.333333333333'^^xsd:double;
  dwc:latitude '34.816666666667'^^xsd:double;
  dwc:minimumDepth '5180'^^xsd:integer;
  dwc:maximumDepth '5180'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_258'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_259'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_259'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_260'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_260'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_261'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_261'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.26666666666667 -0.03333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.26666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-0.03333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2904"^^xsd:integer ;
  dwc:maximumDepthInMeters "2904"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_277'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.033333333333333'^^xsd:double;
  dwc:latitude '65.266666666667'^^xsd:double;
  dwc:minimumDepth '2904'^^xsd:integer;
  dwc:maximumDepth '2904'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_277'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.23333333333333 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.23333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3213"^^xsd:integer ;
  dwc:maximumDepthInMeters "3213"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_280'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '69.233333333333'^^xsd:double;
  dwc:minimumDepth '3213'^^xsd:integer;
  dwc:maximumDepth '3213'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_280'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.634 -10.467666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.634"^^xsd:decimal ;
  dwc:decimalLongitude "-10.467666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2939"^^xsd:integer ;
  dwc:maximumDepthInMeters "2939"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_282'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-10.467666666667'^^xsd:double;
  dwc:latitude '69.634'^^xsd:double;
  dwc:minimumDepth '2939'^^xsd:integer;
  dwc:maximumDepth '2939'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_282'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.90066666666667 1.73433333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.90066666666667"^^xsd:decimal ;
  dwc:decimalLongitude "1.73433333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3200"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_284'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.7343333333333'^^xsd:double;
  dwc:latitude '76.900666666667'^^xsd:double;
  dwc:minimumDepth '3200'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_284'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.9 1.81666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.9"^^xsd:decimal ;
  dwc:decimalLongitude "1.81666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3193"^^xsd:integer ;
  dwc:maximumDepthInMeters "3193"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_285'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.8166666666667'^^xsd:double;
  dwc:latitude '76.9'^^xsd:double;
  dwc:minimumDepth '3193'^^xsd:integer;
  dwc:maximumDepth '3193'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_285'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.46666666666667 10.2008333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "10.2008333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2957"^^xsd:integer ;
  dwc:maximumDepthInMeters "2957"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_291'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.200833333333'^^xsd:double;
  dwc:latitude '69.466666666667'^^xsd:double;
  dwc:minimumDepth '2957'^^xsd:integer;
  dwc:maximumDepth '2957'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_291'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.46833333333333 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.46833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2904"^^xsd:integer ;
  dwc:maximumDepthInMeters "2904"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_292'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '73.468333333333'^^xsd:double;
  dwc:minimumDepth '2904'^^xsd:integer;
  dwc:maximumDepth '2904'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_292'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_293'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_293'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_294'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_294'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_295'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_295'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_296'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_296'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_297'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_297'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_298'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_298'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_299'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_299'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_597'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_597'^^xsd:string;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_598'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_598'^^xsd:string;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_599'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_599'^^xsd:string;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_600'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_600'^^xsd:string;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_601'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_601'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_602'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_602'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_603'^^xsd:string;
  dwc:scientificName 'Styela loculosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103934'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_603'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103934'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -4.30333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-4.30333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1845"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_686'^^xsd:string;
  dwc:scientificName 'Bolteniopsis sessilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3033333333333'^^xsd:double;
  dwc:startLongitude '-4.25'^^xsd:double;
  dwc:endLongitude '-4.35667'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.07667'^^xsd:double;
  dwc:endLatitude '44.18833'^^xsd:double;
  dwc:minimumDepth '1845'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '103818'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_686'^^xsd:string;
  dwc:aphiaIdAccepted '103818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5 -11.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2483"^^xsd:integer ;
  dwc:maximumDepthInMeters "2505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_687'^^xsd:string;
  dwc:scientificName 'Bolteniopsis sessilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.166666666667'^^xsd:double;
  dwc:latitude '56.5'^^xsd:double;
  dwc:minimumDepth '2483'^^xsd:integer;
  dwc:maximumDepth '2505'^^xsd:integer;
  dwc:aphiaid '103818'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_687'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103818'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_688'^^xsd:string;
  dwc:scientificName 'Bolteniopsis sessilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '103818'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_688'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103818'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_689'^^xsd:string;
  dwc:scientificName 'Bolteniopsis sessilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '103818'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_689'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103818'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.416666666666664 -36.333333333333336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-36.333333333333336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3070"^^xsd:integer ;
  dwc:maximumDepthInMeters "3070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_439'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-36.333333333333'^^xsd:double;
  dwc:latitude '38.416666666667'^^xsd:double;
  dwc:minimumDepth '3070'^^xsd:integer;
  dwc:maximumDepth '3070'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_439'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_440'^^xsd:string;
  dwc:scientificName 'Tantillulum molle'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The genus is known from 5 specimens from two stations: Monniot, Monniot (1984a) mentioned only four specimens from St.8, but according their Table 1 in the same paper there is another specimen from St. 12. It was very tenatively assigned to Cionidae. In m'^^xsd:string;
  dwc:aphiaid '183464'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_440'^^xsd:string;
  dwc:aphiaIdAccepted '183464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_441'^^xsd:string;
  dwc:scientificName 'Tantillulum molle'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '183464'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_441'^^xsd:string;
  dwc:aphiaIdAccepted '183464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_442'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_442'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_443'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_443'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_444'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_444'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_445'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_445'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_300'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_300'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_301'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_301'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_302'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_302'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_303'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_303'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_304'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_304'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.31666666666667 -25.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_305'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-25.55'^^xsd:double;
  dwc:latitude '37.316666666667'^^xsd:double;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_305'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_306'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_306'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2093"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_432'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2093'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_432'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5 -11.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2483"^^xsd:integer ;
  dwc:maximumDepthInMeters "2505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_433'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.166666666667'^^xsd:double;
  dwc:latitude '56.5'^^xsd:double;
  dwc:minimumDepth '2483'^^xsd:integer;
  dwc:maximumDepth '2505'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_433'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_434'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_434'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_435'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_435'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_436'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_436'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_437'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_437'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_438'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_438'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_829'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_829'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_830'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_830'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_831'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_831'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_832'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_832'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_833'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_833'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_834'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_834'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_822'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_822'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_823'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_823'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_824'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_824'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_825'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_825'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_826'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_826'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81666666666667 -19.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_827'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-19.15'^^xsd:double;
  dwc:latitude '36.816666666667'^^xsd:double;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_827'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_828'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_828'^^xsd:string;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3330"^^xsd:integer ;
  dwc:maximumDepthInMeters "3330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_307'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.9333333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '3330'^^xsd:integer;
  dwc:maximumDepth '3330'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_307'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2625"^^xsd:integer ;
  dwc:maximumDepthInMeters "2625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_308'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7833333333333'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:minimumDepth '2625'^^xsd:integer;
  dwc:maximumDepth '2625'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_308'^^xsd:string;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_309'^^xsd:string;
  dwc:scientificName 'Situla lanosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '103753'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_309'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103753'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_428'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_428'^^xsd:string;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_429'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_429'^^xsd:string;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_430'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_430'^^xsd:string;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_431'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_431'^^xsd:string;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_381'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_381'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_382'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_382'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_383'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_383'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_384'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_384'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_385'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_385'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_386'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_386'^^xsd:string;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_387'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_387'^^xsd:string;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_453'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_453'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_454'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_454'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_455'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_455'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_456'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_456'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_457'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_457'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_458'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_458'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_459'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_459'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2093"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_460'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2093'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_460'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_461'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_461'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_462'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_462'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_463'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_463'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_464'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_464'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_465'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_465'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_466'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_466'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2093"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_388'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2093'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_388'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_389'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_389'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_390'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_390'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_391'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_391'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_392'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_392'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_393'^^xsd:string;
  dwc:scientificName 'Agnezia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '103697'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_393'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103697'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_395'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_395'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_374'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_374'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.983333333333334 -15.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-15.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5320"^^xsd:integer ;
  dwc:maximumDepthInMeters "5320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_375'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.066666666667'^^xsd:double;
  dwc:latitude '39.983333333333'^^xsd:double;
  dwc:minimumDepth '5320'^^xsd:integer;
  dwc:maximumDepth '5320'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_375'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_376'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_376'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_377'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_377'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5 -11.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2483"^^xsd:integer ;
  dwc:maximumDepthInMeters "2505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_378'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.166666666667'^^xsd:double;
  dwc:latitude '56.5'^^xsd:double;
  dwc:minimumDepth '2483'^^xsd:integer;
  dwc:maximumDepth '2505'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_378'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_379'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_379'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_380'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_380'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_253'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_253'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_254'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_254'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_410'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_410'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_411'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_411'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_412'^^xsd:string;
  dwc:scientificName 'Agnezia celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '103698'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_412'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_413'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_413'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_414'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_414'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_415'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_415'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_416'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_416'^^xsd:string;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_417'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_417'^^xsd:string;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_418'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_418'^^xsd:string;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_419'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_419'^^xsd:string;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_420'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_420'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_421'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_421'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_422'^^xsd:string;
  dwc:scientificName 'Adagnesia rimosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103696'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_422'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103696'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_423'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_423'^^xsd:string;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_262'^^xsd:string;
  dwc:scientificName 'Pseudodiazona abyssa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103734'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_262'^^xsd:string;
  dwc:aphiaIdAccepted '103734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_265'^^xsd:string;
  dwc:scientificName 'Ciona imperfecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '103731'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_265'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103731'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_268'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: I agree with Kott (1990: 21), who wrote: “Araneum Monniot, Monniot, 1973, assigned by its authors to the family Cionidae has no apparent cionid characters. It appears a highly adapted, abys-sal phlebobranch related to the Ascidiidae”.'^^xsd:string;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_268'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_272'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_272'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_273'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_273'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_274'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_274'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -4.30333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-4.30333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1845"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_275'^^xsd:string;
  dwc:scientificName 'Araneum sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3033333333333'^^xsd:double;
  dwc:startLongitude '-4.25'^^xsd:double;
  dwc:endLongitude '-4.35667'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.07667'^^xsd:double;
  dwc:endLatitude '44.18833'^^xsd:double;
  dwc:minimumDepth '1845'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '103727'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_275'^^xsd:string;
  dwc:aphiaIdAccepted '103727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_424'^^xsd:string;
  dwc:scientificName 'Adagnesia charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103695'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_424'^^xsd:string;
  dwc:aphiaIdAccepted '103695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_247'^^xsd:string;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_247'^^xsd:string;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 -33.36666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-33.36666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2953"^^xsd:integer ;
  dwc:maximumDepthInMeters "2953"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_248'^^xsd:string;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.366666666667'^^xsd:double;
  dwc:latitude '38.916666666667'^^xsd:double;
  dwc:minimumDepth '2953'^^xsd:integer;
  dwc:maximumDepth '2953'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_248'^^xsd:string;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.11666666666667 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.266666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_249'^^xsd:string;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '40.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_249'^^xsd:string;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81666666666667 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3663"^^xsd:integer ;
  dwc:maximumDepthInMeters "3663"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_250'^^xsd:string;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.816666666667'^^xsd:double;
  dwc:minimumDepth '3663'^^xsd:integer;
  dwc:maximumDepth '3663'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_250'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_251'^^xsd:string;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_251'^^xsd:string;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_252'^^xsd:string;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_252'^^xsd:string;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_808'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_808'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81666666666667 -19.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4930"^^xsd:integer ;
  dwc:maximumDepthInMeters "4930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_809'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-19.15'^^xsd:double;
  dwc:latitude '36.816666666667'^^xsd:double;
  dwc:minimumDepth '4930'^^xsd:integer;
  dwc:maximumDepth '4930'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_809'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_810'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_810'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_811'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_811'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_812'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_812'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_813'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_813'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_814'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_814'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_815'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_815'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_816'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_816'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_817'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_817'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_818'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_818'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_819'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_819'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81666666666667 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3663"^^xsd:integer ;
  dwc:maximumDepthInMeters "3663"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_820'^^xsd:string;
  dwc:scientificName 'Oligotrema sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.816666666667'^^xsd:double;
  dwc:minimumDepth '3663'^^xsd:integer;
  dwc:maximumDepth '3663'^^xsd:integer;
  dwc:aphiaid '103943'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_820'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103943'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_821'^^xsd:string;
  dwc:scientificName 'Oligotrema unigonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103947'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_821'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_446'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_446'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_447'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_447'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_448'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_448'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_449'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_449'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_450'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_450'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_451'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_451'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_452'^^xsd:string;
  dwc:scientificName 'Polycarpa pseudoalbatrossi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103911'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_452'^^xsd:string;
  dwc:aphiaIdAccepted '103911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_801'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_801'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_802'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_802'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_803'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_803'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_804'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_804'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_805'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_805'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_806'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_806'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_807'^^xsd:string;
  dwc:scientificName 'Oligotrema lyra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103942'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_807'^^xsd:string;
  dwc:aphiaIdAccepted '103942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_360'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_360'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.33383333333335 -10.759583333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.33383333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-10.759583333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5110"^^xsd:integer ;
  dwc:maximumDepthInMeters "5970"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_361'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-10.759583333333'^^xsd:double;
  dwc:startLongitude '-10.76767'^^xsd:double;
  dwc:endLongitude '-10.7515'^^xsd:double;
  dwc:latitude '37.333833333333'^^xsd:double;
  dwc:startLatitude '37.35017'^^xsd:double;
  dwc:endLatitude '37.3175'^^xsd:double;
  dwc:minimumDepth '5110'^^xsd:integer;
  dwc:maximumDepth '5970'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_361'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_362'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_362'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_363'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_363'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_364'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_364'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_365'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_365'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_366'^^xsd:string;
  dwc:scientificName 'Proagnesia depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103699'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_366'^^xsd:string;
  dwc:aphiaIdAccepted '103699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.233333333333334 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_787'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.233333333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_787'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_788'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_788'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_789'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_789'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_790'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_790'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_791'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_791'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_792'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_792'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_793'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_793'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_359'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_359'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_750'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_750'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.983333333333334 -15.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-15.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5320"^^xsd:integer ;
  dwc:maximumDepthInMeters "5320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_351'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.066666666667'^^xsd:double;
  dwc:latitude '39.983333333333'^^xsd:double;
  dwc:minimumDepth '5320'^^xsd:integer;
  dwc:maximumDepth '5320'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_351'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_352'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_352'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.81666666666667 -21.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5180"^^xsd:integer ;
  dwc:maximumDepthInMeters "5180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_749'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.333333333333'^^xsd:double;
  dwc:latitude '34.816666666667'^^xsd:double;
  dwc:minimumDepth '5180'^^xsd:integer;
  dwc:maximumDepth '5180'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_749'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_337'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_337'^^xsd:string;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_341'^^xsd:string;
  dwc:scientificName 'Abyssascidia millari'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103739'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_341'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103739'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_344'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_344'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_627'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_627'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_631'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_631'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88333333333333 -21.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_635'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.433333333333'^^xsd:double;
  dwc:latitude '34.883333333333'^^xsd:double;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_635'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.983333333333334 -15.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-15.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5320"^^xsd:integer ;
  dwc:maximumDepthInMeters "5320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_639'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.066666666667'^^xsd:double;
  dwc:latitude '39.983333333333'^^xsd:double;
  dwc:minimumDepth '5320'^^xsd:integer;
  dwc:maximumDepth '5320'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_639'^^xsd:string;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_642'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_642'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_646'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_646'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_649'^^xsd:string;
  dwc:scientificName 'Bathystyeloides laubieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103858'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_649'^^xsd:string;
  dwc:aphiaIdAccepted '103858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_653'^^xsd:string;
  dwc:scientificName 'Bathystyeloides dubius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103856'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_653'^^xsd:string;
  dwc:aphiaIdAccepted '103856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21666666666667 -5.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_656'^^xsd:string;
  dwc:scientificName 'Bathyoncus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-5.5166666666667'^^xsd:double;
  dwc:latitude '45.216666666667'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '103855'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_656'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103855'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_659'^^xsd:string;
  dwc:scientificName 'Bathyoncus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103855'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_659'^^xsd:string;
  dwc:aphiaIdAccepted '103855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.233333333333334 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2260"^^xsd:integer ;
  dwc:maximumDepthInMeters "2260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_667'^^xsd:string;
  dwc:scientificName 'Cratostigma simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.233333333333'^^xsd:double;
  dwc:minimumDepth '2260'^^xsd:integer;
  dwc:maximumDepth '2260'^^xsd:integer;
  dwc:aphiaid '103822'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_667'^^xsd:string;
  dwc:aphiaIdAccepted '103822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_671'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_671'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_674'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_674'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.983333333333334 -15.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-15.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5320"^^xsd:integer ;
  dwc:maximumDepthInMeters "5320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_678'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.066666666667'^^xsd:double;
  dwc:latitude '39.983333333333'^^xsd:double;
  dwc:minimumDepth '5320'^^xsd:integer;
  dwc:maximumDepth '5320'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_678'^^xsd:string;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_681'^^xsd:string;
  dwc:scientificName 'Bathypyura celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103813'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_681'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103813'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.916666666666664 -17.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2420"^^xsd:integer ;
  dwc:maximumDepthInMeters "2420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_685'^^xsd:string;
  dwc:scientificName 'Bolteniopsis sessilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-17.883333333333'^^xsd:double;
  dwc:latitude '53.916666666667'^^xsd:double;
  dwc:minimumDepth '2420'^^xsd:integer;
  dwc:maximumDepth '2420'^^xsd:integer;
  dwc:aphiaid '103818'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_685'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103818'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_693'^^xsd:string;
  dwc:scientificName 'Hemistyela pilosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '250687'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_693'^^xsd:string;
  dwc:aphiaIdAccepted '250687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_696'^^xsd:string;
  dwc:scientificName 'Hemistyela pilosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '250687'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_696'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '250687'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_770'^^xsd:string;
  dwc:scientificName 'Pareugyrioides chardyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103810'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_770'^^xsd:string;
  dwc:aphiaIdAccepted '103810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_774'^^xsd:string;
  dwc:scientificName 'Pareugyrioides chardyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103810'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_774'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.666666666666664 -10.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-10.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4690"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_699'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-10.133333333333'^^xsd:double;
  dwc:latitude '46.666666666667'^^xsd:double;
  dwc:minimumDepth '4690'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_699'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_703'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_703'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_707'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_707'^^xsd:string;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_710'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_710'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_713'^^xsd:string;
  dwc:scientificName 'Culeolus suhmi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103825'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_713'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103825'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_717'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_717'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_720'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_720'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_723'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_723'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_727'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_727'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68333333333333 -12.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.68333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2892"^^xsd:integer ;
  dwc:maximumDepthInMeters "2892"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_731'^^xsd:string;
  dwc:scientificName 'Molguloides crenatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.233333333333'^^xsd:double;
  dwc:latitude '54.683333333333'^^xsd:double;
  dwc:minimumDepth '2892'^^xsd:integer;
  dwc:maximumDepth '2892'^^xsd:integer;
  dwc:aphiaid '103809'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_731'^^xsd:string;
  dwc:aphiaIdAccepted '103809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.666666666666664 -12.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2886"^^xsd:integer ;
  dwc:maximumDepthInMeters "2886"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_736'^^xsd:string;
  dwc:scientificName 'Protomolgula triangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.266666666667'^^xsd:double;
  dwc:latitude '54.666666666667'^^xsd:double;
  dwc:minimumDepth '2886'^^xsd:integer;
  dwc:maximumDepth '2886'^^xsd:integer;
  dwc:aphiaid '103812'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_736'^^xsd:string;
  dwc:aphiaIdAccepted '103812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_740'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_740'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_743'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_743'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_746'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_746'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_317'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_317'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_320'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_320'^^xsd:string;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -4.30333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-4.30333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1845"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_323'^^xsd:string;
  dwc:scientificName 'Dicopia antirrhinum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3033333333333'^^xsd:double;
  dwc:startLongitude '-4.25'^^xsd:double;
  dwc:endLongitude '-4.35667'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.07667'^^xsd:double;
  dwc:endLatitude '44.18833'^^xsd:double;
  dwc:minimumDepth '1845'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '103751'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_323'^^xsd:string;
  dwc:aphiaIdAccepted '103751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_327'^^xsd:string;
  dwc:scientificName 'Octacnemus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103752'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_327'^^xsd:string;
  dwc:aphiaIdAccepted '103752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_332'^^xsd:string;
  dwc:scientificName 'Octacnemus zarcoi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The species is known only from six specimens recorded in the North Atlantic (north of Madeira)'^^xsd:string;
  dwc:aphiaid '183301'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_332'^^xsd:string;
  dwc:aphiaIdAccepted '183301'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_496'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_496'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.544166666666655 -8.634999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.544166666666655"^^xsd:decimal ;
  dwc:decimalLongitude "-8.634999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1985"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_500'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa digonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.635'^^xsd:double;
  dwc:startLongitude '-8.51167'^^xsd:double;
  dwc:endLongitude '-8.75833'^^xsd:double;
  dwc:latitude '47.544166666667'^^xsd:double;
  dwc:startLatitude '47.48667'^^xsd:double;
  dwc:endLatitude '47.60167'^^xsd:double;
  dwc:minimumDepth '1985'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '103869'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_500'^^xsd:string;
  dwc:aphiaIdAccepted '103869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.983333333333334 -15.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-15.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5320"^^xsd:integer ;
  dwc:maximumDepthInMeters "5320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_504'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa digonas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.066666666667'^^xsd:double;
  dwc:latitude '39.983333333333'^^xsd:double;
  dwc:minimumDepth '5320'^^xsd:integer;
  dwc:maximumDepth '5320'^^xsd:integer;
  dwc:aphiaid '103869'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_504'^^xsd:string;
  dwc:aphiaIdAccepted '103869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_508'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_508'^^xsd:string;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88333333333333 -21.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5160"^^xsd:integer ;
  dwc:maximumDepthInMeters "5160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_512'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.433333333333'^^xsd:double;
  dwc:latitude '34.883333333333'^^xsd:double;
  dwc:minimumDepth '5160'^^xsd:integer;
  dwc:maximumDepth '5160'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_512'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_515'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa platybranchia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103876'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_515'^^xsd:string;
  dwc:aphiaIdAccepted '103876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_612'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_612'^^xsd:string;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.333333333333336 -15.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4490"^^xsd:integer ;
  dwc:maximumDepthInMeters "4490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_615'^^xsd:string;
  dwc:scientificName 'Dicarpa simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.633333333333'^^xsd:double;
  dwc:latitude '37.333333333333'^^xsd:double;
  dwc:minimumDepth '4490'^^xsd:integer;
  dwc:maximumDepth '4490'^^xsd:integer;
  dwc:aphiaid '183127'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_615'^^xsd:string;
  dwc:aphiaIdAccepted '183127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_618'^^xsd:string;
  dwc:scientificName 'Dicarpa simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '183127'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_618'^^xsd:string;
  dwc:aphiaIdAccepted '183127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81666666666667 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3663"^^xsd:integer ;
  dwc:maximumDepthInMeters "3663"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_621'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.816666666667'^^xsd:double;
  dwc:minimumDepth '3663'^^xsd:integer;
  dwc:maximumDepth '3663'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_621'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_624'^^xsd:string;
  dwc:scientificName 'Bathystyeloides enderbyanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103857'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_624'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103857'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_555'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_555'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_559'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_559'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_563'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_563'^^xsd:string;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_566'^^xsd:string;
  dwc:scientificName 'Styela crinita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103931'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_566'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103931'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_577'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_577'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_580'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_580'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.983333333333334 -26.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-26.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3215"^^xsd:integer ;
  dwc:maximumDepthInMeters "3215"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_584'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-26.116666666667'^^xsd:double;
  dwc:latitude '37.983333333333'^^xsd:double;
  dwc:minimumDepth '3215'^^xsd:integer;
  dwc:maximumDepth '3215'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_584'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_588'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_588'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_606'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_606'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_609'^^xsd:string;
  dwc:scientificName 'Dicarpa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103887'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_609'^^xsd:string;
  dwc:aphiaIdAccepted '103887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_518'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.466666666667'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_518'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_522'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_522'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.916666666666664 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4680"^^xsd:integer ;
  dwc:maximumDepthInMeters "4680"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_568'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '45.916666666667'^^xsd:double;
  dwc:minimumDepth '4680'^^xsd:integer;
  dwc:maximumDepth '4680'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_568'^^xsd:string;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_572'^^xsd:string;
  dwc:scientificName 'Styela chaini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103927'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_572'^^xsd:string;
  dwc:aphiaIdAccepted '103927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_592'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_592'^^xsd:string;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_595'^^xsd:string;
  dwc:scientificName 'Styela similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103939'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_595'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103939'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_527'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_527'^^xsd:string;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_531'^^xsd:string;
  dwc:scientificName 'Styela calva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103925'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_531'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103925'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.11666666666667 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.266666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_534'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '40.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_534'^^xsd:string;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_538'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_538'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_541'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_541'^^xsd:string;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_545'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_545'^^xsd:string;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_548'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_548'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.733333333333334 -11.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-11.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_552'^^xsd:string;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:longitude '-11.383333333333'^^xsd:double;
  dwc:latitude '36.733333333333'^^xsd:double;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_552'^^xsd:string;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_476'^^xsd:string;
  dwc:scientificName 'Polycarpa caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:longitude '4.4675'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:aphiaid '103898'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_476'^^xsd:string;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103898'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_480'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bathyphila'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103864'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_480'^^xsd:string;
  dwc:aphiaIdAccepted '103864'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_490'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_490'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -21.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5120"^^xsd:integer ;
  dwc:maximumDepthInMeters "5120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_494'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.45'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:minimumDepth '5120'^^xsd:integer;
  dwc:maximumDepth '5120'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_494'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.333333333333336 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_483'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.333333333333'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The species was described originally from the waters south of Australia. Sanamyan,Sanamyan (2002) pointed out minor differencesbetween Atlantic and Pacific specimens, but al- though records are numerous, most of them lack descriptions, and additional mate'^^xsd:string;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_483'^^xsd:string;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.96666666666667 -26.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-26.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2771"^^xsd:integer ;
  dwc:maximumDepthInMeters "2917"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_487'^^xsd:string;
  dwc:scientificName 'Cnemidocarpa bythia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-26.333333333333'^^xsd:double;
  dwc:latitude '36.966666666667'^^xsd:double;
  dwc:minimumDepth '2771'^^xsd:integer;
  dwc:maximumDepth '2917'^^xsd:integer;
  dwc:aphiaid '103865'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_487'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103865'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_757'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_757'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_760'^^xsd:string;
  dwc:scientificName 'Minipera pedunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103848'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_760'^^xsd:string;
  dwc:aphiaIdAccepted '103848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_764'^^xsd:string;
  dwc:scientificName 'Minipera pedunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103848'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_764'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103848'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_767'^^xsd:string;
  dwc:scientificName 'Eugyra borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '251603'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_767'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103766'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_779'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_779'^^xsd:string;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_784'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_784'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4793"^^xsd:integer ;
  dwc:maximumDepthInMeters "4826"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_756'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '4793'^^xsd:integer;
  dwc:maximumDepth '4826'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_756'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_758'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_758'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_759'^^xsd:string;
  dwc:scientificName 'Minipera pedunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103848'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_759'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103848'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_761'^^xsd:string;
  dwc:scientificName 'Minipera pedunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103848'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_761'^^xsd:string;
  dwc:aphiaIdAccepted '103848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_762'^^xsd:string;
  dwc:scientificName 'Minipera pedunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103848'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_762'^^xsd:string;
  dwc:aphiaIdAccepted '103848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_763'^^xsd:string;
  dwc:scientificName 'Minipera pedunculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103848'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_763'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103848'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_765'^^xsd:string;
  dwc:scientificName 'Eugyra borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '251603'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_765'^^xsd:string;
  dwc:aphiaIdAccepted '103766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03333333333333 -21.983333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.983333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5230"^^xsd:integer ;
  dwc:maximumDepthInMeters "5230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_766'^^xsd:string;
  dwc:scientificName 'Eugyra borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-21.983333333333'^^xsd:double;
  dwc:latitude '33.033333333333'^^xsd:double;
  dwc:minimumDepth '5230'^^xsd:integer;
  dwc:maximumDepth '5230'^^xsd:integer;
  dwc:aphiaid '251603'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_766'^^xsd:string;
  dwc:aphiaIdAccepted '103766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_768'^^xsd:string;
  dwc:scientificName 'Eugyra borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '251603'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_768'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103766'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -17.5416666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5416666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4620"^^xsd:integer ;
  dwc:maximumDepthInMeters "4690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_778'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.541666666667'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4620'^^xsd:integer;
  dwc:maximumDepth '4690'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Monniot, Monniot (1990: 273) included in the synonymy of this species Hexacrobylus arcticus: Monniot, Monniot,1984b: 203 (part, specimens from BIACORES and BIOGAS cruises). However, a different species (H. gul'^^xsd:string;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_778'^^xsd:string;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_780'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_780'^^xsd:string;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_781'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_781'^^xsd:string;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1325 -4.30333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1325"^^xsd:decimal ;
  dwc:decimalLongitude "-4.30333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1845"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_782'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3033333333333'^^xsd:double;
  dwc:startLongitude '-4.25'^^xsd:double;
  dwc:endLongitude '-4.35667'^^xsd:double;
  dwc:latitude '44.1325'^^xsd:double;
  dwc:startLatitude '44.07667'^^xsd:double;
  dwc:endLatitude '44.18833'^^xsd:double;
  dwc:minimumDepth '1845'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_782'^^xsd:string;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_785'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_785'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_786'^^xsd:string;
  dwc:scientificName 'Asajirus ledanoisi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '103946'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_786'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53483333333333 -9.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4246"^^xsd:integer ;
  dwc:maximumDepthInMeters "4246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_346'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.605'^^xsd:double;
  dwc:latitude '47.534833333333'^^xsd:double;
  dwc:minimumDepth '4246'^^xsd:integer;
  dwc:maximumDepth '4246'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_346'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53749999999995 -9.112499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-9.112499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_347'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1125'^^xsd:double;
  dwc:startLongitude '-8.99167'^^xsd:double;
  dwc:endLongitude '-9.23333'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:startLatitude '47.46833'^^xsd:double;
  dwc:endLatitude '47.60667'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_347'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58166666666665 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_348'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '47.581666666667'^^xsd:double;
  dwc:startLatitude '47.525'^^xsd:double;
  dwc:endLatitude '47.63833'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_348'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.500833333333304 -10.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.500833333333304"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_349'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4125'^^xsd:double;
  dwc:startLongitude '-10.325'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '46.500833333333'^^xsd:double;
  dwc:startLatitude '46.455'^^xsd:double;
  dwc:endLatitude '46.54667'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_349'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42749999999995 -4.891666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42749999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-4.891666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_350'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8916666666667'^^xsd:double;
  dwc:startLongitude '-4.845'^^xsd:double;
  dwc:endLongitude '-4.93833'^^xsd:double;
  dwc:latitude '44.4275'^^xsd:double;
  dwc:startLatitude '44.34833'^^xsd:double;
  dwc:endLatitude '44.50667'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_350'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_353'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_353'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_354'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_354'^^xsd:string;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_355'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_355'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_356'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_356'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2093"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_357'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2093'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_357'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_358'^^xsd:string;
  dwc:scientificName 'Corynascidia translucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103747'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_358'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.833333333333336 -15.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4315"^^xsd:integer ;
  dwc:maximumDepthInMeters "4315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_751'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-15.083333333333'^^xsd:double;
  dwc:latitude '42.833333333333'^^xsd:double;
  dwc:minimumDepth '4315'^^xsd:integer;
  dwc:maximumDepth '4315'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_751'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11666666666667 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_752'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.116666666667'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_752'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.083333333333336 -17.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_753'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-17.116666666667'^^xsd:double;
  dwc:latitude '34.083333333333'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_753'^^xsd:string;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_754'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_754'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5122__deepsea_Ascidiacea_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5122__deepsea_Ascidiacea_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4217"^^xsd:integer ;
  dwc:maximumDepthInMeters "4364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5122__deepsea_Ascidiacea_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "deepsea_Ascidiacea_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5122_> ;
  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 '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Kamchatka Branch of the Pacific Institute of Geography, Far-Eastern Branch of the Russian Academy of Science'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Ascidiacea'^^xsd:string;
  dwc:catalogNumber 'deepsea_Ascidiacea_755'^^xsd:string;
  dwc:scientificName 'Minipera papillosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4217'^^xsd:integer;
  dwc:maximumDepth '4364'^^xsd:integer;
  dwc:aphiaid '103847'^^xsd:integer;
  dwc:occurrenceId 'deepsea_Ascidiacea_755'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF