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

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4186'^^xsd:string;
  dwc:scientificName 'Thaumatometra septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.833333333333'^^xsd:double;
  dwc:minimumDepth '2624'^^xsd:integer;
  dwc:maximumDepth '2624'^^xsd:integer;
  dwc:aphiaid '124230'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4186'^^xsd:string;
  dwc:aphiaIdAccepted '124230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2193"^^xsd:integer ;
  dwc:maximumDepthInMeters "2193"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4187'^^xsd:string;
  dwc:scientificName 'Trichometra cubensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:minimumDepth '2193'^^xsd:integer;
  dwc:maximumDepth '2193'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: A.H. Clark (1923a) recorded Trichometra delicata at the “Ingolf” station 18. 61°44\'N,30°29\'W, 2075 m. A.M. Clark (1970) considered this small specimen conspecific with T. cubensis. It is possible that smaller specimens from “Helga” stations in the Bay of '^^xsd:string;
  dwc:aphiaid '124232'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4187'^^xsd:string;
  dwc:aphiaIdAccepted '124232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.28333333333333 -54.0833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.28333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3136"^^xsd:integer ;
  dwc:maximumDepthInMeters "3229"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4277'^^xsd:string;
  dwc:scientificName 'Conocrinus lofotensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-54.083333333333'^^xsd:double;
  dwc:latitude '60.283333333333'^^xsd:double;
  dwc:minimumDepth '3136'^^xsd:integer;
  dwc:maximumDepth '3229'^^xsd:integer;
  dwc:aphiaid '562035'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4277'^^xsd:string;
  dwc:aphiaIdAccepted '124188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8833333333333 -46.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-46.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4208'^^xsd:string;
  dwc:scientificName 'Bathycrinus aldrichianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:longitude '-46.4'^^xsd:double;
  dwc:latitude '34.883333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The Atlantic species B. aldrichianus and B. gracilis are very closely related and may perhaps ultimately prove to be identical. In the northeast Atlantic, B. aldrichianus is known only as fragments of two stems (Clark A.H., 1949; Macurda, Meyer, 1976), th'^^xsd:string;
  dwc:aphiaid '124169'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4208'^^xsd:string;
  dwc:observationDate '1948-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124169'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.574999999999946 -35.6333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.574999999999946"^^xsd:decimal ;
  dwc:decimalLongitude "-35.6333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4248'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1947'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:longitude '-35.633333333333'^^xsd:double;
  dwc:startLongitude '-35.4'^^xsd:double;
  dwc:endLongitude '-35.86667'^^xsd:double;
  dwc:latitude '40.575'^^xsd:double;
  dwc:startLatitude '40.58333'^^xsd:double;
  dwc:endLatitude '40.56667'^^xsd:double;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4248'^^xsd:string;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.56666666666666 -31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.56666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2377"^^xsd:integer ;
  dwc:maximumDepthInMeters "2448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4184'^^xsd:string;
  dwc:scientificName 'Thaumatometra septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-31.2'^^xsd:double;
  dwc:latitude '64.566666666667'^^xsd:double;
  dwc:minimumDepth '2377'^^xsd:integer;
  dwc:maximumDepth '2448'^^xsd:integer;
  dwc:aphiaid '124230'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4184'^^xsd:string;
  dwc:aphiaIdAccepted '124230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.56666666666666 -31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.56666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2377"^^xsd:integer ;
  dwc:maximumDepthInMeters "2448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4275'^^xsd:string;
  dwc:scientificName 'Conocrinus lofotensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-31.2'^^xsd:double;
  dwc:latitude '64.566666666667'^^xsd:double;
  dwc:minimumDepth '2377'^^xsd:integer;
  dwc:maximumDepth '2448'^^xsd:integer;
  dwc:aphiaid '562035'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4275'^^xsd:string;
  dwc:aphiaIdAccepted '124188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4185> ;
  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/5133__DeepSea_Crinoidea4185>
  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/5133__DeepSea_Crinoidea4185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4185'^^xsd:string;
  dwc:scientificName 'Thaumatometra septentrionalis'^^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:aphiaid '124230'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4185'^^xsd:string;
  dwc:aphiaIdAccepted '124230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4258> ;
  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/5133__DeepSea_Crinoidea4258>
  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/5133__DeepSea_Crinoidea4258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4258'^^xsd:string;
  dwc:scientificName 'Monachocrinus sexradiatus'^^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:aphiaid '124179'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4258'^^xsd:string;
  dwc:aphiaIdAccepted '124179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4276> ;
  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/5133__DeepSea_Crinoidea4276>
  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/5133__DeepSea_Crinoidea4276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4276'^^xsd:string;
  dwc:scientificName 'Conocrinus lofotensis'^^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:aphiaid '562035'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4276'^^xsd:string;
  dwc:aphiaIdAccepted '124188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4197> ;
  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/5133__DeepSea_Crinoidea4197>
  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/5133__DeepSea_Crinoidea4197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4197'^^xsd:string;
  dwc:scientificName 'Thaumatocrinus jungerseni'^^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: Distinction between T. jungerseni and T. renovatus remains unclear (Clark A.H., Clark A.M., 1967; Clark A.M., 1980), only their geographic distribution (northern and southern hemisphere respectively) separates the two species'^^xsd:string;
  dwc:aphiaid '124239'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4197'^^xsd:string;
  dwc:aphiaIdAccepted '124239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4285'^^xsd:string;
  dwc:scientificName 'Anachalypsicrinus nefertiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '-28.0025'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '689479'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4285'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '689479'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9083333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.950000000000003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5005"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4239'^^xsd:string;
  dwc:scientificName 'Bathycrinus gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:startLongitude '-21.85'^^xsd:double;
  dwc:endLongitude '-22.05'^^xsd:double;
  dwc:latitude '38.908333333333'^^xsd:double;
  dwc:startLatitude '38.9'^^xsd:double;
  dwc:endLatitude '38.91667'^^xsd:double;
  dwc:minimumDepth '5005'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '124171'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4239'^^xsd:string;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.193333333333335 -20.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.193333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2380"^^xsd:integer ;
  dwc:maximumDepthInMeters "2432"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4190'^^xsd:string;
  dwc:scientificName 'Trichometra cubensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-20.085'^^xsd:double;
  dwc:latitude '53.193333333333'^^xsd:double;
  dwc:minimumDepth '2380'^^xsd:integer;
  dwc:maximumDepth '2432'^^xsd:integer;
  dwc:aphiaid '124232'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4190'^^xsd:string;
  dwc:aphiaIdAccepted '124232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.193333333333335 -20.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.193333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2380"^^xsd:integer ;
  dwc:maximumDepthInMeters "2432"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4284'^^xsd:string;
  dwc:scientificName 'Anachalypsicrinus nefertiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-20.085'^^xsd:double;
  dwc:latitude '53.193333333333'^^xsd:double;
  dwc:minimumDepth '2380'^^xsd:integer;
  dwc:maximumDepth '2432'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: FAMOUS expedition, 36°56.5\'–36°57.5\'N, 33°05\'–33°06\'W, 2220, 2500, 2650 and2700 m; 36°49.6\'–36°51.5\'N, 33°15\'–33°16.5\'W,2519, 2600, 2630 and 2810 m'^^xsd:string;
  dwc:aphiaid '689479'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4284'^^xsd:string;
  dwc:aphiaIdAccepted '689479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.193333333333335 -20.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.193333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-20.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2380"^^xsd:integer ;
  dwc:maximumDepthInMeters "2432"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4259'^^xsd:string;
  dwc:scientificName 'Zeuctocrinus gisleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-20.085'^^xsd:double;
  dwc:latitude '53.193333333333'^^xsd:double;
  dwc:minimumDepth '2380'^^xsd:integer;
  dwc:maximumDepth '2432'^^xsd:integer;
  dwc:aphiaid '124193'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4259'^^xsd:string;
  dwc:aphiaIdAccepted '124193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833333333333336 -20.046666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-20.046666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2720"^^xsd:integer ;
  dwc:maximumDepthInMeters "2727"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4199'^^xsd:string;
  dwc:scientificName 'Thaumatocrinus jungerseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-20.046666666667'^^xsd:double;
  dwc:latitude '52.833333333333'^^xsd:double;
  dwc:minimumDepth '2720'^^xsd:integer;
  dwc:maximumDepth '2727'^^xsd:integer;
  dwc:aphiaid '124239'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4199'^^xsd:string;
  dwc:aphiaIdAccepted '124239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.096666666666664 -19.928333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.096666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-19.928333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4200'^^xsd:string;
  dwc:scientificName 'Thaumatocrinus jungerseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-19.928333333333'^^xsd:double;
  dwc:latitude '53.096666666667'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '124239'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4200'^^xsd:string;
  dwc:aphiaIdAccepted '124239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.888333333333335 -19.873333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.888333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-19.873333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2656"^^xsd:integer ;
  dwc:maximumDepthInMeters "2734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4198'^^xsd:string;
  dwc:scientificName 'Thaumatocrinus jungerseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-19.873333333333'^^xsd:double;
  dwc:latitude '52.888333333333'^^xsd:double;
  dwc:minimumDepth '2656'^^xsd:integer;
  dwc:maximumDepth '2734'^^xsd:integer;
  dwc:aphiaid '124239'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4198'^^xsd:string;
  dwc:aphiaIdAccepted '124239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 -19.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25"^^xsd:decimal ;
  dwc:decimalLongitude "-19.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4165"^^xsd:integer ;
  dwc:maximumDepthInMeters "4165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4263'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-19.333333333333'^^xsd:double;
  dwc:latitude '43.25'^^xsd:double;
  dwc:minimumDepth '4165'^^xsd:integer;
  dwc:maximumDepth '4165'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4263'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4245'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-17.183333333333'^^xsd:double;
  dwc:latitude '44.333333333333'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4255'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: For stations of “Talisman” see remark in Pentametrocrinus atlanticus. Longitudes in Koehler, Vaney (1910) are incorrect since they were calculated relative to the Paris meridian which is 02°20\' east of the Greenwich meridian'^^xsd:string;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4245'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4240> ;
  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/5133__DeepSea_Crinoidea4240>
  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/5133__DeepSea_Crinoidea4240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4240'^^xsd:string;
  dwc:scientificName 'Bathycrinus gracilis'^^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 '124171'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4240'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.43333333333333 -15.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2996"^^xsd:integer ;
  dwc:maximumDepthInMeters "2996"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4202'^^xsd:string;
  dwc:scientificName 'Thaumatocrinus jungerseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-15.333333333333'^^xsd:double;
  dwc:latitude '53.433333333333'^^xsd:double;
  dwc:minimumDepth '2996'^^xsd:integer;
  dwc:maximumDepth '2996'^^xsd:integer;
  dwc:aphiaid '124239'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4202'^^xsd:string;
  dwc:aphiaIdAccepted '124239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.178333333333335 -14.346666666666668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.178333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-14.346666666666668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5275"^^xsd:integer ;
  dwc:maximumDepthInMeters "5275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4243'^^xsd:string;
  dwc:scientificName 'Bathycrinus gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:longitude '-14.346666666667'^^xsd:double;
  dwc:latitude '42.178333333333'^^xsd:double;
  dwc:minimumDepth '5275'^^xsd:integer;
  dwc:maximumDepth '5275'^^xsd:integer;
  dwc:aphiaid '124171'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4243'^^xsd:string;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92333333333333 -14.131666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.131666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5260"^^xsd:integer ;
  dwc:maximumDepthInMeters "5260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4242'^^xsd:string;
  dwc:scientificName 'Bathycrinus gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:longitude '-14.131666666667'^^xsd:double;
  dwc:latitude '42.923333333333'^^xsd:double;
  dwc:minimumDepth '5260'^^xsd:integer;
  dwc:maximumDepth '5260'^^xsd:integer;
  dwc:aphiaid '124171'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4242'^^xsd:string;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09333333316665 -13.8608333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.09333333316665"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8608333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3749"^^xsd:integer ;
  dwc:maximumDepthInMeters "3757"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4201'^^xsd:string;
  dwc:scientificName 'Thaumatocrinus jungerseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-13.860833333333'^^xsd:double;
  dwc:startLongitude '-13.84333'^^xsd:double;
  dwc:endLongitude '-13.87833'^^xsd:double;
  dwc:latitude '50.093333333167'^^xsd:double;
  dwc:startLatitude '50.05333'^^xsd:double;
  dwc:endLatitude '50.13333'^^xsd:double;
  dwc:minimumDepth '3749'^^xsd:integer;
  dwc:maximumDepth '3757'^^xsd:integer;
  dwc:aphiaid '124239'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4201'^^xsd:string;
  dwc:aphiaIdAccepted '124239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.51750000000001 -13.651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.51750000000001"^^xsd:decimal ;
  dwc:decimalLongitude "-13.651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2502"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4237'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.651'^^xsd:double;
  dwc:startLongitude '-13.651'^^xsd:double;
  dwc:endLongitude '-13.651'^^xsd:double;
  dwc:latitude '73.5175'^^xsd:double;
  dwc:startLatitude '73.50117'^^xsd:double;
  dwc:endLatitude '73.53383'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2502'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4237'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3641666665 -12.886666666666649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3641666665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.886666666666649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3010"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4270'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-12.886666666667'^^xsd:double;
  dwc:startLongitude '-12.88833'^^xsd:double;
  dwc:endLongitude '-12.885'^^xsd:double;
  dwc:latitude '36.3641666665'^^xsd:double;
  dwc:startLatitude '36.34833'^^xsd:double;
  dwc:endLatitude '36.38'^^xsd:double;
  dwc:minimumDepth '2210'^^xsd:integer;
  dwc:maximumDepth '3010'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4270'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.29250000016665 -12.58249999999995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.29250000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-12.58249999999995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3465"^^xsd:integer ;
  dwc:maximumDepthInMeters "4014"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4207'^^xsd:string;
  dwc:scientificName 'Zenometra columnaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-12.5825'^^xsd:double;
  dwc:startLongitude '-12.57667'^^xsd:double;
  dwc:endLongitude '-12.58833'^^xsd:double;
  dwc:latitude '36.292500000167'^^xsd:double;
  dwc:startLatitude '36.28667'^^xsd:double;
  dwc:endLatitude '36.29833'^^xsd:double;
  dwc:minimumDepth '3465'^^xsd:integer;
  dwc:maximumDepth '4014'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: This amphi-Atlantic comatulid occurs much deeper in the eastern Atlantic (3465–4014m) than in the western Atlantic (504–1034 m)'^^xsd:string;
  dwc:aphiaid '163758'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4207'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '163758'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.016666666666666 -12.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2207"^^xsd:integer ;
  dwc:maximumDepthInMeters "2207"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4262'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.433333333333'^^xsd:double;
  dwc:latitude '50.016666666667'^^xsd:double;
  dwc:minimumDepth '2207'^^xsd:integer;
  dwc:maximumDepth '2207'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: It is difficult to maintain D. parfaiti as a valid species distinct from D. rawsonii (Pourtalès, 1874) from the western Atlantic'^^xsd:string;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4262'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4244> ;
  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 "2880"^^xsd:integer ;
  dwc:maximumDepthInMeters "2880"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5133__DeepSea_Crinoidea4244>
  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/5133__DeepSea_Crinoidea4244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4244'^^xsd:string;
  dwc:scientificName 'Bathycrinus gracilis'^^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 '2880'^^xsd:integer;
  dwc:maximumDepth '2880'^^xsd:integer;
  dwc:aphiaid '124171'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4244'^^xsd:string;
  dwc:aphiaIdAccepted '124171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -12.1333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4238'^^xsd:string;
  dwc:scientificName 'Bathycrinus gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.133333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '124171'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4238'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -11.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2212"^^xsd:integer ;
  dwc:maximumDepthInMeters "2212"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4246'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.7'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:minimumDepth '2212'^^xsd:integer;
  dwc:maximumDepth '2212'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4246'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5766666665 -11.11166666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5766666665"^^xsd:decimal ;
  dwc:decimalLongitude "-11.11166666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1946"^^xsd:integer ;
  dwc:maximumDepthInMeters "2959"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4269'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-11.111666666667'^^xsd:double;
  dwc:startLongitude '-11.10833'^^xsd:double;
  dwc:endLongitude '-11.115'^^xsd:double;
  dwc:latitude '36.5766666665'^^xsd:double;
  dwc:startLatitude '36.56333'^^xsd:double;
  dwc:endLatitude '36.59'^^xsd:double;
  dwc:minimumDepth '1946'^^xsd:integer;
  dwc:maximumDepth '2959'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4269'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.82250000016665 -11.094999999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.82250000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-11.094999999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2574"^^xsd:integer ;
  dwc:maximumDepthInMeters "2584"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4282'^^xsd:string;
  dwc:scientificName 'Porphyrocrinus thalassae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-11.095'^^xsd:double;
  dwc:startLongitude '-11.1'^^xsd:double;
  dwc:endLongitude '-11.09'^^xsd:double;
  dwc:latitude '41.822500000167'^^xsd:double;
  dwc:startLatitude '41.82667'^^xsd:double;
  dwc:endLatitude '41.81833'^^xsd:double;
  dwc:minimumDepth '2574'^^xsd:integer;
  dwc:maximumDepth '2584'^^xsd:integer;
  dwc:aphiaid '124195'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4282'^^xsd:string;
  dwc:aphiaIdAccepted '124195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.82250000016665 -11.094999999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.82250000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-11.094999999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2574"^^xsd:integer ;
  dwc:maximumDepthInMeters "2584"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4260'^^xsd:string;
  dwc:scientificName 'Zeuctocrinus gisleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1962'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:longitude '-11.095'^^xsd:double;
  dwc:startLongitude '-11.1'^^xsd:double;
  dwc:endLongitude '-11.09'^^xsd:double;
  dwc:latitude '41.822500000167'^^xsd:double;
  dwc:startLatitude '41.82667'^^xsd:double;
  dwc:endLatitude '41.81833'^^xsd:double;
  dwc:minimumDepth '2574'^^xsd:integer;
  dwc:maximumDepth '2584'^^xsd:integer;
  dwc:aphiaid '124193'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4260'^^xsd:string;
  dwc:aphiaIdAccepted '124193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -11.0783333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0783333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1691"^^xsd:integer ;
  dwc:maximumDepthInMeters "2292"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4268'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-11.078333333333'^^xsd:double;
  dwc:startLongitude '-11.06833'^^xsd:double;
  dwc:endLongitude '-11.08833'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:startLatitude '36.7'^^xsd:double;
  dwc:endLatitude '36.62'^^xsd:double;
  dwc:minimumDepth '1691'^^xsd:integer;
  dwc:maximumDepth '2292'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4268'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.98333333333333 -11.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.98333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2222"^^xsd:integer ;
  dwc:maximumDepthInMeters "2222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4213'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-11.066666666667'^^xsd:double;
  dwc:latitude '71.983333333333'^^xsd:double;
  dwc:minimumDepth '2222'^^xsd:integer;
  dwc:maximumDepth '2222'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4213'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55125000016665 -10.8333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.55125000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1975"^^xsd:integer ;
  dwc:maximumDepthInMeters "2070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4278'^^xsd:string;
  dwc:scientificName 'Conocrinus cabiochi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.833333333333'^^xsd:double;
  dwc:startLongitude '-10.85'^^xsd:double;
  dwc:endLongitude '-10.81667'^^xsd:double;
  dwc:latitude '48.551250000167'^^xsd:double;
  dwc:startLatitude '48.56667'^^xsd:double;
  dwc:endLatitude '48.53583'^^xsd:double;
  dwc:minimumDepth '1975'^^xsd:integer;
  dwc:maximumDepth '2070'^^xsd:integer;
  dwc:aphiaid '183097'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4278'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1384779'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55125000016665 -10.8333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.55125000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1975"^^xsd:integer ;
  dwc:maximumDepthInMeters "2070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4283'^^xsd:string;
  dwc:scientificName 'Endoxocrinus (Diplocrinus) wyvillethomsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.833333333333'^^xsd:double;
  dwc:startLongitude '-10.85'^^xsd:double;
  dwc:endLongitude '-10.81667'^^xsd:double;
  dwc:latitude '48.551250000167'^^xsd:double;
  dwc:startLatitude '48.56667'^^xsd:double;
  dwc:endLatitude '48.53583'^^xsd:double;
  dwc:minimumDepth '1975'^^xsd:integer;
  dwc:maximumDepth '2070'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks:  Conan et al. (1981) noted that the depth of 2133 m for a specimen in the Museum of Berlin sampled by “Porcupine” off Portugal (Clark A.H., 1912) is likely to be erroneous'^^xsd:string;
  dwc:aphiaid '242121'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4283'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '242121'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.724999999999998 -10.779166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.724999999999998"^^xsd:decimal ;
  dwc:decimalLongitude "-10.779166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4204'^^xsd:string;
  dwc:scientificName 'Thalassometra lusitanica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-10.779166666667'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '124243'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4204'^^xsd:string;
  dwc:aphiaIdAccepted '124243'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.31666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2200"^^xsd:integer ;
  dwc:maximumDepthInMeters "2200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4271'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '57.316666666667'^^xsd:double;
  dwc:minimumDepth '2200'^^xsd:integer;
  dwc:maximumDepth '2200'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4271'^^xsd:string;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^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 "3850"^^xsd:integer ;
  dwc:maximumDepthInMeters "3850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4250'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '3850'^^xsd:integer;
  dwc:maximumDepth '3850'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4250'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.4670833333333 -10.06766666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.4670833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.06766666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2937"^^xsd:integer ;
  dwc:maximumDepthInMeters "2937"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4236'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-10.067666666667'^^xsd:double;
  dwc:startLongitude '-10.101'^^xsd:double;
  dwc:endLongitude '-10.03433'^^xsd:double;
  dwc:latitude '73.467083333333'^^xsd:double;
  dwc:startLatitude '73.467'^^xsd:double;
  dwc:endLatitude '73.46717'^^xsd:double;
  dwc:minimumDepth '2937'^^xsd:integer;
  dwc:maximumDepth '2937'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4236'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35 -9.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2028"^^xsd:integer ;
  dwc:maximumDepthInMeters "2028"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4264'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-9.66'^^xsd:double;
  dwc:startLongitude '-9.69'^^xsd:double;
  dwc:endLongitude '-9.62'^^xsd:double;
  dwc:latitude '38.35'^^xsd:double;
  dwc:startLatitude '38.35'^^xsd:double;
  dwc:endLatitude '38.35'^^xsd:double;
  dwc:minimumDepth '2028'^^xsd:integer;
  dwc:maximumDepth '2028'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4264'^^xsd:string;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4253> ;
  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 "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5133__DeepSea_Crinoidea4253>
  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/5133__DeepSea_Crinoidea4253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4253'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4253'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.54 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.54"^^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 "4256"^^xsd:integer ;
  dwc:maximumDepthInMeters "4256"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4249'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.54'^^xsd:double;
  dwc:minimumDepth '4256'^^xsd:integer;
  dwc:maximumDepth '4256'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4249'^^xsd:string;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4256> ;
  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/5133__DeepSea_Crinoidea4256>
  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/5133__DeepSea_Crinoidea4256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4256'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^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 '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4256'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4254'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4254'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4255'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4255'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -9.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-9.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2215"^^xsd:integer ;
  dwc:maximumDepthInMeters "2215"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4196'^^xsd:string;
  dwc:scientificName 'Pentametrocrinus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-9.42'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '2215'^^xsd:integer;
  dwc:maximumDepth '2215'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Pentametrocrinus atlanticus is one of four amphi-Atlantic comatulids that occur in the tropical western Atlantic. The other three are  Trichometra cubensis, Zenometra columnaris and Atelecrinus balanoides (Messing, 1978; Messing, White,2001). A.H. Clark o'^^xsd:string;
  dwc:aphiaid '124238'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4196'^^xsd:string;
  dwc:aphiaIdAccepted '124238'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.03333333333333 -9.366666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.366666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2565"^^xsd:integer ;
  dwc:maximumDepthInMeters "2565"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4222'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:longitude '-9.3666666666667'^^xsd:double;
  dwc:latitude '82.033333333333'^^xsd:double;
  dwc:minimumDepth '2565'^^xsd:integer;
  dwc:maximumDepth '2565'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4222'^^xsd:string;
  dwc:observationDate '1956-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^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 "2550"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4195'^^xsd:string;
  dwc:scientificName 'Trichometra delicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-8.7833333333333'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2550'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '124233'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4195'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124233'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^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 "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4252'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4252'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^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 "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4193'^^xsd:string;
  dwc:scientificName 'Trichometra cubensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '124232'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4193'^^xsd:string;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124232'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4192'^^xsd:string;
  dwc:scientificName 'Trichometra cubensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '124232'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4192'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124232'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4272'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4272'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4280'^^xsd:string;
  dwc:scientificName 'Conocrinus cabiochi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '183097'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4280'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1384779'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.551944444444445 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.551944444444445"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2025"^^xsd:integer ;
  dwc:maximumDepthInMeters "2025"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4191'^^xsd:string;
  dwc:scientificName 'Trichometra cubensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.551944444444'^^xsd:double;
  dwc:minimumDepth '2025'^^xsd:integer;
  dwc:maximumDepth '2025'^^xsd:integer;
  dwc:aphiaid '124232'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4191'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124232'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.68966666666667 -8.521666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.68966666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.521666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2600"^^xsd:integer ;
  dwc:maximumDepthInMeters "2600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4206'^^xsd:string;
  dwc:scientificName 'Thalassometra lusitanica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:longitude '-8.5216666666667'^^xsd:double;
  dwc:latitude '47.689666666667'^^xsd:double;
  dwc:minimumDepth '2600'^^xsd:integer;
  dwc:maximumDepth '2600'^^xsd:integer;
  dwc:aphiaid '124243'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4206'^^xsd:string;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6 -8.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4247'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-8.4166666666667'^^xsd:double;
  dwc:latitude '35.6'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4247'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.666666666666664 -8.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-8.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4265'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-8.2666666666667'^^xsd:double;
  dwc:latitude '35.666666666667'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4265'^^xsd:string;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11666666666667 -7.93333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.93333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2030"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4194'^^xsd:string;
  dwc:scientificName 'Trichometra delicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-7.9333333333333'^^xsd:double;
  dwc:latitude '44.116666666667'^^xsd:double;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2030'^^xsd:integer;
  dwc:aphiaid '124233'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4194'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124233'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4205> ;
  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/5133__DeepSea_Crinoidea4205>
  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/5133__DeepSea_Crinoidea4205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4205'^^xsd:string;
  dwc:scientificName 'Thalassometra lusitanica'^^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 '124243'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4205'^^xsd:string;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4274> ;
  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/5133__DeepSea_Crinoidea4274>
  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/5133__DeepSea_Crinoidea4274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4274'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^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 '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4274'^^xsd:string;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4273> ;
  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/5133__DeepSea_Crinoidea4273>
  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/5133__DeepSea_Crinoidea4273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4273'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^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 '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4273'^^xsd:string;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1666666666666 -7.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-7.77"^^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/5133__DeepSea_Crinoidea4266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1666666666666 -7.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.1666666666666"^^xsd:decimal ;
  geo-pos:long "-7.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4266'^^xsd:string;
  dwc:scientificName 'Democrinus parfaiti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:longitude '-7.77'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '124184'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4266'^^xsd:string;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124184'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1666666666666 -7.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-7.77"^^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/5133__DeepSea_Crinoidea4281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1666666666666 -7.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.1666666666666"^^xsd:decimal ;
  geo-pos:long "-7.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4281'^^xsd:string;
  dwc:scientificName 'Porphyrocrinus thalassae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:longitude '-7.77'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '124195'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4281'^^xsd:string;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124195'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1666666666666 -7.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-7.77"^^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/5133__DeepSea_Crinoidea4261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1666666666666 -7.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.1666666666666"^^xsd:decimal ;
  geo-pos:long "-7.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4261'^^xsd:string;
  dwc:scientificName 'Zeuctocrinus gisleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:longitude '-7.77'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '124193'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4261'^^xsd:string;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124193'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.88333333333334 -7.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.88333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2127"^^xsd:integer ;
  dwc:maximumDepthInMeters "2127"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4210'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-7.3'^^xsd:double;
  dwc:latitude '65.883333333333'^^xsd:double;
  dwc:minimumDepth '2127'^^xsd:integer;
  dwc:maximumDepth '2127'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4210'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.51666666666667 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.51666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2382"^^xsd:integer ;
  dwc:maximumDepthInMeters "2465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4215'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.516666666667'^^xsd:double;
  dwc:minimumDepth '2382'^^xsd:integer;
  dwc:maximumDepth '2465'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4215'^^xsd:string;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.36666666666667 -5.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.36666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2222"^^xsd:integer ;
  dwc:maximumDepthInMeters "2222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4209'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-5.4833333333333'^^xsd:double;
  dwc:latitude '63.366666666667'^^xsd:double;
  dwc:minimumDepth '2222'^^xsd:integer;
  dwc:maximumDepth '2222'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4209'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4251'^^xsd:string;
  dwc:scientificName 'Monachocrinus recuperatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '124178'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4251'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124178'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.2 -3.033333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.2"^^xsd:decimal ;
  dwc:decimalLongitude "-3.033333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2195"^^xsd:integer ;
  dwc:maximumDepthInMeters "2195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4214'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-3.0333333333333'^^xsd:double;
  dwc:latitude '75.2'^^xsd:double;
  dwc:minimumDepth '2195'^^xsd:integer;
  dwc:maximumDepth '2195'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4214'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.08333333333333 -2.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.08333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2860"^^xsd:integer ;
  dwc:maximumDepthInMeters "2870"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4221'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:longitude '-2.2'^^xsd:double;
  dwc:latitude '78.083333333333'^^xsd:double;
  dwc:minimumDepth '2860'^^xsd:integer;
  dwc:maximumDepth '2870'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4221'^^xsd:string;
  dwc:observationDate '1956-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.78833333333333 -1.6833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.78833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2754"^^xsd:integer ;
  dwc:maximumDepthInMeters "2754"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4223'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:longitude '-1.6833333333333'^^xsd:double;
  dwc:latitude '79.788333333333'^^xsd:double;
  dwc:minimumDepth '2754'^^xsd:integer;
  dwc:maximumDepth '2754'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4223'^^xsd:string;
  dwc:observationDate '1956-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.43333333333334 -1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.43333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2714"^^xsd:integer ;
  dwc:maximumDepthInMeters "2714"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4231'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.6'^^xsd:double;
  dwc:latitude '64.433333333333'^^xsd:double;
  dwc:minimumDepth '2714'^^xsd:integer;
  dwc:maximumDepth '2714'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4231'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.21666666666667 -0.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-0.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2814"^^xsd:integer ;
  dwc:maximumDepthInMeters "2814"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4211'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-0.55'^^xsd:double;
  dwc:latitude '65.216666666667'^^xsd:double;
  dwc:minimumDepth '2814'^^xsd:integer;
  dwc:maximumDepth '2814'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4211'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.20925 -0.06783333333333331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.20925"^^xsd:decimal ;
  dwc:decimalLongitude "-0.06783333333333331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2866"^^xsd:integer ;
  dwc:maximumDepthInMeters "2913"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4232'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.067833333333333'^^xsd:double;
  dwc:startLongitude '-0.08433'^^xsd:double;
  dwc:endLongitude '-0.05133'^^xsd:double;
  dwc:latitude '65.20925'^^xsd:double;
  dwc:startLatitude '65.21767'^^xsd:double;
  dwc:endLatitude '65.20083'^^xsd:double;
  dwc:minimumDepth '2866'^^xsd:integer;
  dwc:maximumDepth '2913'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4232'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.40333333333331 1.60583333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.40333333333331"^^xsd:decimal ;
  dwc:decimalLongitude "1.60583333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2653"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4229'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6058333333333'^^xsd:double;
  dwc:startLongitude '1.605'^^xsd:double;
  dwc:endLongitude '1.60667'^^xsd:double;
  dwc:latitude '64.403333333333'^^xsd:double;
  dwc:startLatitude '64.41'^^xsd:double;
  dwc:endLatitude '64.39667'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2653'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4229'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3983333333333 1.738333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3983333333333"^^xsd:decimal ;
  dwc:decimalLongitude "1.738333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2577"^^xsd:integer ;
  dwc:maximumDepthInMeters "2615"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4230'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.7383333333333'^^xsd:double;
  dwc:startLongitude '1.73167'^^xsd:double;
  dwc:endLongitude '1.745'^^xsd:double;
  dwc:latitude '64.398333333333'^^xsd:double;
  dwc:startLatitude '64.405'^^xsd:double;
  dwc:endLatitude '64.39167'^^xsd:double;
  dwc:minimumDepth '2577'^^xsd:integer;
  dwc:maximumDepth '2615'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4230'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.45133333333334 2.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.45133333333334"^^xsd:decimal ;
  dwc:decimalLongitude "2.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4227'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '2.7'^^xsd:double;
  dwc:latitude '79.451333333333'^^xsd:double;
  dwc:minimumDepth '2800'^^xsd:integer;
  dwc:maximumDepth '2800'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4227'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.45133333333334 2.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.45133333333334"^^xsd:decimal ;
  dwc:decimalLongitude "2.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4228'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '2.7'^^xsd:double;
  dwc:latitude '79.451333333333'^^xsd:double;
  dwc:minimumDepth '2800'^^xsd:integer;
  dwc:maximumDepth '2800'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4228'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.86666666666666 2.9166666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.86666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "2.9166666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2750"^^xsd:integer ;
  dwc:maximumDepthInMeters "2750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4217'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:longitude '2.9166666666667'^^xsd:double;
  dwc:latitude '77.866666666667'^^xsd:double;
  dwc:minimumDepth '2750'^^xsd:integer;
  dwc:maximumDepth '2750'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4217'^^xsd:string;
  dwc:observationDate '1898-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79 5.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79"^^xsd:decimal ;
  dwc:decimalLongitude "5.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4225'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:longitude '5.75'^^xsd:double;
  dwc:latitude '79'^^xsd:integer;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4225'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.31666666666666 7.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "7.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2700"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4216'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:longitude '7.3166666666667'^^xsd:double;
  dwc:latitude '78.316666666667'^^xsd:double;
  dwc:minimumDepth '2700'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4216'^^xsd:string;
  dwc:observationDate '1898-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 10.3666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.55"^^xsd:decimal ;
  dwc:decimalLongitude "10.3666666666667"^^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/5133__DeepSea_Crinoidea4235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 10.3666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "69.55"^^xsd:decimal ;
  geo-pos:long "10.3666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4235'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.366666666667'^^xsd:double;
  dwc:latitude '69.55'^^xsd:double;
  dwc:minimumDepth '2957'^^xsd:integer;
  dwc:maximumDepth '2957'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4235'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.34291666666665 10.4418333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.34291666666665"^^xsd:decimal ;
  dwc:decimalLongitude "10.4418333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2966"^^xsd:integer ;
  dwc:maximumDepthInMeters "2966"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4234'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.441833333333'^^xsd:double;
  dwc:startLongitude '10.417'^^xsd:double;
  dwc:endLongitude '10.46667'^^xsd:double;
  dwc:latitude '69.342916666667'^^xsd:double;
  dwc:startLatitude '69.3515'^^xsd:double;
  dwc:endLatitude '69.33433'^^xsd:double;
  dwc:minimumDepth '2966'^^xsd:integer;
  dwc:maximumDepth '2966'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4234'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.70416666666665 10.69083333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.70416666666665"^^xsd:decimal ;
  dwc:decimalLongitude "10.69083333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4233'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.690833333333'^^xsd:double;
  dwc:startLongitude '10.71667'^^xsd:double;
  dwc:endLongitude '10.665'^^xsd:double;
  dwc:latitude '69.704166666667'^^xsd:double;
  dwc:startLatitude '69.71'^^xsd:double;
  dwc:endLatitude '69.69833'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2930'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4233'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.81666666666666 12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.81666666666666"^^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 "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4224'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:longitude '12.666666666667'^^xsd:double;
  dwc:latitude '81.816666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2040'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4224'^^xsd:string;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.6 30.4166666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.6"^^xsd:decimal ;
  dwc:decimalLongitude "30.4166666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2166"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4226'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:longitude '30.416666666667'^^xsd:double;
  dwc:latitude '81.6'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2166'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4226'^^xsd:string;
  dwc:observationDate '1991-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.7 87.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.7"^^xsd:decimal ;
  dwc:decimalLongitude "87.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2365"^^xsd:integer ;
  dwc:maximumDepthInMeters "2365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4218'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1935'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:longitude '87.05'^^xsd:double;
  dwc:latitude '82.7'^^xsd:double;
  dwc:minimumDepth '2365'^^xsd:integer;
  dwc:maximumDepth '2365'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4218'^^xsd:string;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.85 137.383333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.85"^^xsd:decimal ;
  dwc:decimalLongitude "137.383333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3700"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4220'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1935'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:longitude '137.38333333333'^^xsd:double;
  dwc:latitude '82.85'^^xsd:double;
  dwc:minimumDepth '3700'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4220'^^xsd:string;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5133__DeepSea_Crinoidea4219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5133__DeepSea_Crinoidea4219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.5 144.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.5"^^xsd:decimal ;
  dwc:decimalLongitude "144.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1800"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5133__DeepSea_Crinoidea4219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DeepSea_Crinoidea4219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5133_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Sciences'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Crinoidea'^^xsd:string;
  dwc:catalogNumber 'DeepSea_Crinoidea4219'^^xsd:string;
  dwc:scientificName 'Bathycrinus carpenteri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1935'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:longitude '144.55'^^xsd:double;
  dwc:latitude '80.5'^^xsd:double;
  dwc:minimumDepth '1800'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '182999'^^xsd:integer;
  dwc:occurrenceId 'DeepSea_Crinoidea4219'^^xsd:string;
  dwc:aphiaIdAccepted '124170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF